{
  "name": "Zero Hub Hyperspace",
  "short_name": "Hyperspace",
  "description": "Navigate the open Metaverse — discover grids, regions, and events across the Hypergrid.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#000510",
  "theme_color": "#00ccff",
  "orientation": "any",
  "lang": "en",
  "categories": ["navigation", "entertainment", "social"],
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "protocol_handlers": [
    {
      "protocol": "hop",
      "url": "/go?hop=%s"
    },
    {
      "protocol": "secondlife",
      "url": "/go?slurl=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "url":   "url"
    }
  },
  "shortcuts": [
    {
      "name": "Browse Events",
      "short_name": "Events",
      "description": "Open the upcoming events calendar",
      "url": "/?view=events",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Globe View",
      "short_name": "Globe",
      "description": "Switch to geographic globe view",
      "url": "/?view=globe",
      "icons": [{ "src": "/static/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
