{
  "name": "LocalXP - Real-world engagement that counts",
  "short_name": "LocalXP",
  "description": "Scan QR codes, check in at events, earn XP, and connect with your local community.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#10b981",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["social", "lifestyle", "travel"],
  "icons": [
    {
      "src": "/logo/localxp-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo/localxp-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/logo/localxp-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo/localxp-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Go to the app home",
      "url": "/app"
    },
    {
      "name": "Explore",
      "short_name": "Explore",
      "description": "Discover events & communities near you",
      "url": "/explore"
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "View your profile and XP",
      "url": "/profile"
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false,
  "permissions": ["camera", "geolocation", "notifications"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}