{
  "name": "Snacck Bar Kingston",
  "short_name": "Snacck Bar",
  "description": "Kingston's #1 customizable snack bar — pizza cones, ramen, corn bowls & desserts at 344 Johnson St.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1e1212",
  "theme_color": "#8B1A1A",
  "lang": "en-CA",
  "scope": "/",
  "categories": ["food", "restaurants"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Food Menu",
      "short_name": "Menu",
      "description": "View our full food menu",
      "url": "/menu",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Drinks Menu",
      "short_name": "Drinks",
      "description": "View refreshers and shakes",
      "url": "/drinks",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get in touch or order by phone",
      "url": "/contact",
      "icons": [{ "src": "/favicon.png", "sizes": "192x192" }]
    }
  ]
}
