{
  "name": "GreenplateAi",
  "short_name": "GreenplateAi",
  "description": "Smarter nutrition, simpler eating. Decide what to eat, plan meals effortlessly, and shop smarter.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#16a34a",
  "background_color": "#ffffff",
  "lang": "en",
  "categories": ["food", "health", "lifestyle"],
  "icons": [
    {
      "src": "/branding/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/branding/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/branding/android-chrome-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Search Recipes",
      "short_name": "Search",
      "url": "/search",
      "icons": [{ "src": "/branding/android-chrome-192x192.png", "sizes": "192x192" }]
    }
  ]
}
