{
  "name": "Calgary Gas Prices",
  "short_name": "CalgaryGas",
  "description": "Find the cheapest gas prices in Calgary - real-time fuel price tracking",
  "start_url": "/gas/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#f8f9fb",
  "theme_color": "#2563eb",
  "categories": ["utilities", "navigation", "finance"],
  "icons": [
    {
      "src": "/images/pwa-icon.php?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/pwa-icon.php?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "View All Prices",
      "short_name": "All Prices",
      "description": "See all gas station prices in Calgary",
      "url": "/gas/",
      "icons": [{"src": "/images/pwa-icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Cheapest Gas",
      "short_name": "Cheapest",
      "description": "Find the cheapest gas stations near you",
      "url": "/gas/?sort=price",
      "icons": [{"src": "/images/pwa-icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Report Price",
      "short_name": "Report",
      "description": "Submit a new gas price",
      "url": "/#submit",
      "icons": [{"src": "/images/pwa-icon-192.png", "sizes": "192x192"}]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false,
  "related_applications": [],
  "lang": "en-CA",
  "dir": "ltr"
}
