{
  "name": "Allergy Safe USA",
  "short_name": "Allergy Safe",
  "description": "Find allergy-friendly restaurants and grocery products verified by real families.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0B7D5A",
  "orientation": "portrait-primary",
  "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": "Restaurant Directory",
      "url": "/directory.html",
      "description": "Browse allergy-friendly restaurants"
    },
    {
      "name": "Grocery Products",
      "url": "/grocery.html",
      "description": "Browse allergy-safe grocery products"
    },
    {
      "name": "Add a Review",
      "url": "/review.html",
      "description": "Submit a restaurant safety review"
    }
  ]
}
