{
  "name": "Vegan Recipe Converter",
  "short_name": "VeganConvert",
  "description": "Snap a photo of any recipe and convert it to vegan instantly with AI",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1a5c3a",
  "theme_color": "#1a5c3a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["food", "lifestyle", "utilities"],
  "lang": "en",
  "dir": "ltr"
}