{
  "name": "VeriPrice - Nigeria Fuel Price Tracker",
  "short_name": "VeriPrice",
  "description": "Community-driven real-time fuel price tracking across Nigeria",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0B132B",
  "theme_color": "#0B132B",
  "gcm_sender_id": "482941778795",
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "categories": ["utilities", "lifestyle"],
  "shortcuts": [
    {
      "name": "Search Stations",
      "short_name": "Search",
      "url": "/search",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaders",
      "url": "/leaderboard",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Merchant Dashboard",
      "short_name": "Merchant",
      "url": "/merchant",
      "icons": [{ "src": "/pwa-192x192.png", "sizes": "192x192" }]
    }
  ],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "handle_links": "preferred",
  "capture_links": "existing-client-event",
  "url_handlers": [
    {
      "origin": "https://veripricelov.lovable.app"
    },
    {
      "origin": "https://veriprice.com.ng"
    }
  ]
}
