{
  "name": "Patrolyo PH - Fuel Price Tracker",
  "short_name": "Patrolyo PH",
  "description": "Find the cheapest fuel prices in the Philippines. Compare gas station prices near you.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1A1D27",
  "theme_color": "#E8417A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "finance", "navigation"],
  "shortcuts": [
    {
      "name": "Find Nearby Stations",
      "short_name": "Nearby",
      "description": "Find gas stations near your location",
      "url": "/?action=nearby",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
