{
  "name": "Pat's Kitchen",
  "short_name": "Pat's Kitchen",
  "description": "Home-cooked Thursday meals & catering for offices, churches, and events across the DMV Metro Area. Good Food · Made with Love · Always.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1c3f8c",
  "theme_color": "#1c3f8c",
  "lang": "en-US",
  "categories": ["food", "restaurants"],
  "icons": [
    {
      "src": "/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "This Week's Menu",
      "short_name": "Menu",
      "url": "/menu.php",
      "description": "View this week's menu",
      "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Order Now",
      "short_name": "Order",
      "url": "/order.php",
      "description": "Place a meal order",
      "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Catering",
      "short_name": "Catering",
      "url": "/catering.php",
      "description": "Book catering for your event",
      "icons": [{ "src": "/images/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
