{
  "name": "YessPlora - Adventure Game",
  "short_name": "YessPlora",
  "description": "Location-based AR/QR scanning adventure game",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#580404",
  "theme_color": "#580404",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "categories": ["games", "entertainment", "education"],
  "icons": [
    {
      "src": "/robot-character.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/robot-character.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/robot-character.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "features": [
    "QR Code Scanning",
    "GPS Location Services",
    "Offline Support",
    "Real-time Sync"
  ],
  "shortcuts": [
    {
      "name": "Scan QR Code",
      "short_name": "Scan",
      "description": "Open QR scanner",
      "url": "/?action=scan",
      "icons": [
        {
          "src": "/robot-character.png",
          "sizes": "any"
        }
      ]
    },
    {
      "name": "View Map",
      "short_name": "Map",
      "description": "Open campus map",
      "url": "/?action=map",
      "icons": [
        {
          "src": "/robot-character.png",
          "sizes": "any"
        }
      ]
    }
  ]
}
