{
  "id": "/",
  "name": "OMG!",
  "short_name": "OMG!",
  "description": "P2P virtual world with secure peer-to-peer networking",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a1a1a",
  "theme_color": "#00d4aa",
  "orientation": "any",
  "categories": ["social", "games", "entertainment"],
  "icons": [
    {
      "src": "/assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+th",
      "url": "/?th=%s"
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false,
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Join Lobby",
      "url": "/#mode=social",
      "description": "Enter the social lobby"
    },
    {
      "name": "Deathmatch",
      "url": "/#mode=deathmatch",
      "description": "Jump into a game"
    },
    {
      "name": "Cinema",
      "url": "/#mode=cinema",
      "description": "Watch together"
    }
  ]
}
