{
  "name": "savour",
  "short_name": "savour",
  "description": "Build digital cookbooks, discover recipes, and share your culinary journey.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#40531B",
  "background_color": "#ffffff",
  "lang": "en",
  "categories": ["food", "lifestyle"],
  "icons": [
    {
      "src": "/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Explore Recipes",
      "short_name": "Explore",
      "description": "Discover recipes from creators around the world",
      "url": "/explore",
      "icons": [{ "src": "/pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add a Recipe",
      "short_name": "New Recipe",
      "description": "Create and publish a new recipe",
      "url": "/recipe/new",
      "icons": [{ "src": "/pwa-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": []
}
