{
  "name": "Food Atlas — Global Food Discovery",
  "short_name": "Food Atlas",
  "description": "AI-powered global food discovery. Find the perfect place to eat, anywhere in the world.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#faf7f2",
  "theme_color": "#e8632b",
  "categories": ["food", "lifestyle", "travel"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/maskable-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Search restaurants",
      "short_name": "Search",
      "url": "/search",
      "description": "Browse and filter restaurants"
    },
    {
      "name": "My dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard"
    }
  ]
}
