{
  "name": "Petty's Kitchen — Name It, We Make It",
  "short_name": "Petty's Kitchen",
  "description": "Authentic Tanzanian food. Breakfast, lunch, dinner & delivery in Arusha.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "categories": ["food", "restaurant", "delivery"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Order Food",
      "short_name": "Order",
      "description": "Place a new food order",
      "url": "/order",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Menu",
      "short_name": "Menu",
      "description": "View our full menu",
      "url": "/menu",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": []
}
