{
  "name": "Global Recipe Vault",
  "short_name": "Global Recipe Vault",
  "description": "A world-cuisine recipe vault: browse and search authentic recipes from dozens of countries with full instructions and nutrition, save favorites with an account, and get AI-assisted recipe matches based on ingredients you already have.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "any",
  "icons": [
    {
      "src": "https://appdeploy.ai/assets/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://appdeploy.ai/assets/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "scope": "./"
}