{
  "name": "ShopNGoDeal — Deals on your way there",
  "short_name": "ShopNGoDeal",
  "description": "Find better deals at stores on your route in real time.",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#10b981",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "utilities"],
  "shortcuts": [
    {
      "name": "View Deals",
      "url": "/home",
      "description": "See deals near you"
    }
  ]
}
