{
  "id": "/",
  "name": "MealPrep AI",
  "short_name": "MealPrep",
  "description": "Your AI-powered weekly meal planning assistant",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#1B4332",
  "theme_color": "#1B4332",
  "lang": "en",
  "dir": "ltr",
  "categories": ["food", "lifestyle", "health"],
  "prefer_related_applications": false,
  "related_applications": [],
  "scope_extensions": [],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/assistant"
  },
  "widgets": [
    {
      "name": "Today's Meals",
      "short_name": "Meals",
      "description": "See today's planned meals at a glance",
      "tag": "today-meals",
      "ms_ac_template": "/widgets/today-meals.json",
      "data": "/widgets/today-meals-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/screenshot-narrow.png",
          "sizes": "544x704",
          "label": "Today's meals widget"
        }
      ],
      "icons": [
        { "src": "/icon-192.png", "sizes": "192x192" }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-narrow.png",
      "sizes": "544x704",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "MealPrep AI on mobile"
    },
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x704",
      "type": "image/png",
      "form_factor": "wide",
      "label": "MealPrep AI on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your meal plan",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Fridge",
      "short_name": "Fridge",
      "description": "Manage fridge inventory",
      "url": "/fridge",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Shopping List",
      "short_name": "Shopping",
      "description": "View shopping list",
      "url": "/shopping",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Ask Assistant",
      "short_name": "Ask",
      "description": "Ask the food assistant",
      "url": "/assistant",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
