{
  "name": "Market Hunter",
  "short_name": "Market Hunter",
  "description": "Compare grocery prices across 21+ Canadian stores. Find the best deals, plan meals, and save money every week.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "lang": "en-CA",
  "categories": [
    "food",
    "shopping",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/market-hunter-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "splash_pages": null,
  "shortcuts": [
    {
      "name": "Compare Prices",
      "short_name": "Compare",
      "url": "/compare",
      "icons": [
        {
          "src": "/market-hunter-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Shopping List",
      "short_name": "My List",
      "url": "/list",
      "icons": [
        {
          "src": "/market-hunter-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Deal Recipes",
      "short_name": "Recipes",
      "url": "/recipes",
      "icons": [
        {
          "src": "/market-hunter-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
