{
  "name": "PureVeg",
  "short_name": "PureVeg",
  "description": "Pure Veg food — find restaurants and check if food is vegetarian",
  "start_url": "/is-this-veg",
  "display": "standalone",
  "background_color": "#FFFCF2",
  "theme_color": "#E63946",
  "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" }
  ],
  "shortcuts": [
    {
      "name": "Is This Veg?",
      "short_name": "Scanner",
      "url": "/is-this-veg",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
