{
  "name": "ScavengerGo - Real-world Adventure Hunts",
  "short_name": "ScavengerGo",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F3E5F5",
  "theme_color": "#673AB7",
  "description": "Create, host, and participate in scavenger hunt games online with GPS, photos, and real-time competition.",
  "categories": ["games", "entertainment", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Join Game",
      "short_name": "Join",
      "description": "Quickly join a game with a code",
      "url": "/?action=join",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Create Game",
      "short_name": "Create",
      "description": "Start creating a new scavenger hunt",
      "url": "/create-game",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "features": [
    "offline",
    "camera",
    "geolocation",
    "notifications"
  ]
}
