{
  "name": "WeCook Phone",
  "short_name": "WeCook",
  "description": "Your personal cooking companion",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FDF7F0",
  "theme_color": "#8FBC94",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/unnamed.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/unnamed.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["food", "lifestyle", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Recipes",
      "short_name": "Recipes",
      "description": "View your recipes",
      "url": "/recipes",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Shopping List",
      "short_name": "Shopping",
      "description": "View shopping list",
      "url": "/shopping",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}

