{
  "name": "TrekWise",
  "short_name": "TrekWise",
  "description": "GPS-powered orienteering app with live tracking, real-time analytics, and community features.",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0D1117",
  "theme_color": "#FF6B2B",
  "scope": "/",
  "icons": [
    {
      "src": "/trekwise-icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/trekwise-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/trekwise-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "permissions": [
    "geolocation",
    "camera",
    "notifications",
    "storage"
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=app.trekwise.pwa",
      "id": "app.trekwise.pwa"
    }
  ],
  "prefer_related_applications": false,
  "categories": ["sports", "fitness", "navigation"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Start Activity",
      "short_name": "Start",
      "description": "Jump straight into a new run",
      "url": "/StartActivity",
      "icons": [{ "src": "/trekwise-icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Activities",
      "short_name": "Activities",
      "description": "View recent runs",
      "url": "/MyActivities",
      "icons": [{ "src": "/trekwise-icon-96.png", "sizes": "96x96" }]
    }
  ]
}
