{
  "name": "SafePlate",
  "short_name": "SafePlate",
  "description": "Find allergen-friendly restaurants across Australia, graded on how seriously the kitchen handles your dietary needs.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFF1DF",
  "theme_color": "#1A1411",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "health", "lifestyle"],
  "shortcuts": [
    {
      "name": "Ask AI",
      "url": "/",
      "description": "Chat with AI to find allergen-safe restaurants"
    },
    {
      "name": "Browse",
      "url": "/browse",
      "description": "Browse all graded restaurants"
    }
  ]
}
