{
  "name": "PantryBoss",
  "short_name": "PantryBoss",
  "description": "Cook a real meal from whatever's in your fridge.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0A0B",
  "theme_color": "#0A0A0B",
  "lang": "en",
  "categories": ["food", "lifestyle"],
  "prefer_related_applications": false,
  "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Generate Recipe",
      "short_name": "Cook",
      "description": "Generate a new recipe from what's in your kitchen",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Meal Planner",
      "short_name": "Plan",
      "description": "View and edit your weekly meal plan",
      "url": "/?view=planner",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
