{
  "name": "Bezra — Smart Food Scanner",
  "short_name": "Bezra",
  "description": "AI-powered food scanner and inventory manager for Meta Ray-Ban smart glasses",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050714",
  "theme_color": "#050714",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "health", "lifestyle"],
  "shortcuts": [
    {
      "name": "Scan Food",
      "url": "/",
      "description": "Open the food scanner"
    },
    {
      "name": "My Inventory",
      "url": "/inventory",
      "description": "View pantry and fridge"
    },
    {
      "name": "Get Recipes",
      "url": "/recipes",
      "description": "Recipe suggestions"
    }
  ]
}
