{
  "name": "PG Ride — People-Governed Mobility",
  "short_name": "PG Ride",
  "description": "People-Governed, community-owned rideshare. Verified neighbors, transparent fares, no surge pricing.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#339AF0",
  "lang": "en-US",
  "categories": ["transportation", "lifestyle"],
  "icons": [
    { "src": "/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png",  "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png",  "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-384.png",  "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screen-welcome.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "PG Ride — community rideshare",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/screen-login.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Sign in",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Ride",
      "short_name": "Book",
      "url": "/?action=book",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Active Ride",
      "short_name": "Ride",
      "url": "/?action=active-ride",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "widgets": [
    {
      "name": "Ride Status",
      "short_name": "Status",
      "description": "Live ETA and driver for your current PG Ride trip",
      "tag": "pg-ride-active",
      "ms_ac_template": "RideStatus",
      "data": "/widgets/ride-status.json"
    }
  ]
}
