{
  "name": "Vignetta",
  "short_name": "Vignetta",
  "description": "Tap to discover local deals — no app needed.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#712c91",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "categories": ["lifestyle", "shopping"],
  "icons": [
    { "src": "/app-icons/icon-72.png",             "sizes": "72x72",   "type": "image/png" },
    { "src": "/app-icons/icon-96.png",             "sizes": "96x96",   "type": "image/png" },
    { "src": "/app-icons/icon-128.png",            "sizes": "128x128", "type": "image/png" },
    { "src": "/app-icons/icon-144.png",            "sizes": "144x144", "type": "image/png" },
    { "src": "/app-icons/icon-152.png",            "sizes": "152x152", "type": "image/png" },
    { "src": "/app-icons/icon-192.png",            "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/app-icons/icon-192-maskable.png",   "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/app-icons/icon-384.png",            "sizes": "384x384", "type": "image/png" },
    { "src": "/app-icons/icon-512.png",            "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/app-icons/icon-512-maskable.png",   "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Highland Deals",
      "short_name": "Highland",
      "description": "Discover deals in Highland Park, St. Paul",
      "url": "/tap?zone=highland",
      "icons": [{ "src": "/app-icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "North Loop Deals",
      "short_name": "North Loop",
      "description": "Discover deals in North Loop, Minneapolis",
      "url": "/tap?zone=north-loop",
      "icons": [{ "src": "/app-icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Wallet",
      "short_name": "Wallet",
      "description": "View your saved cards",
      "url": "/wallet",
      "icons": [{ "src": "/app-icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
