{
  "id": "/",
  "name": "FotoCook – Family Cooking",
  "short_name": "FotoCook",
  "description": "Turn the food you already have into safe, practical meals. Your cooking data stays on this device.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#f97316",
  "orientation": "any",
  "categories": ["food", "lifestyle", "utilities"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/fotocook-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/fotocook-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/fotocook-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Cook now",
      "short_name": "Cook",
      "url": "/?action=cook",
      "icons": [{ "src": "/icons/fotocook-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My kitchen",
      "short_name": "Kitchen",
      "url": "/pantry",
      "icons": [{ "src": "/icons/fotocook-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Meal plan",
      "short_name": "Plan",
      "url": "/plan",
      "icons": [{ "src": "/icons/fotocook-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
