{
  "name": "Saveur — Save Recipes from Anywhere",
  "short_name": "Saveur",
  "description": "AI-powered recipe saver from TikTok, Instagram, YouTube and any site. Meal planning, shopping lists, and guided cook mode.",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#2c1a0e",
  "theme_color": "#2c1a0e",
  "lang": "en",
  "categories": ["food", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Discover Recipe",
      "short_name": "Discover",
      "description": "Save a recipe from a URL",
      "url": "./index.html",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
