{
  "name": "Saskatoon Meat Scout",
  "short_name": "Meat Scout",
  "description": "Track meat deals across Saskatoon butchers and grocery stores. Steal alerts, price history, and live flyer scraping.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f0f0f",
  "theme_color": "#9B1A1A",
  "categories": ["food", "shopping", "lifestyle"],
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Hot Steals",
      "short_name": "Steals",
      "description": "View today's steal deals",
      "url": "/steals"
    }
  ]
}
