{
  "name": "FLAVOR — Local Commerce",
  "short_name": "FLAVOR",
  "description": "Shop from local businesses in your neighborhood",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#FAFAF9",
  "theme_color": "#F97316",
  "orientation": "portrait-primary",
  "categories": ["shopping", "food"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Search", "url": "/search" },
    { "name": "My Orders", "url": "/orders" },
    { "name": "Wallet", "url": "/wallet" }
  ]
}
