{
  "name": "Food World - Best Recipe Collection",
  "short_name": "Food World",
  "description": "Your comprehensive recipe collection with authentic recipes from around the world. Learn how to make delicious dishes with step-by-step instructions.",
  "start_url": "https://foodworld.pages.dev/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#FF6B6B",
  "orientation": "portrait-primary",
  "scope": "https://foodworld.pages.dev/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["food", "recipes", "cooking", "lifestyle"],
  "screenshots": [
    {
      "src": "https://foodworld.pages.dev/imagesfood/pizza.jpeg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Food World - Recipe Collection"
    },
    {
      "src": "https://foodworld.pages.dev/imagesfood/pizza.jpeg",
      "sizes": "640x1136",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Food World - Recipe Collection"
    }
  ],
  "icons": [
    {
      "src": "https://foodworld.pages.dev/imagesfood/favicon.ico",
      "sizes": "192x192",
      "type": "image/x-icon",
      "purpose": "any maskable"
    },
    {
      "src": "https://foodworld.pages.dev/imagesfood/favicon.ico",
      "sizes": "512x512",
      "type": "image/x-icon",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Pizza Recipe",
      "short_name": "Pizza",
      "description": "Learn how to make authentic homemade pizza",
      "url": "https://foodworld.pages.dev/pizza.html",
      "icons": [
        {
          "src": "https://foodworld.pages.dev/imagesfood/pizza.jpeg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Burger Recipe",
      "short_name": "Burger",
      "description": "Perfect homemade burger recipe",
      "url": "https://foodworld.pages.dev/burger.html",
      "icons": [
        {
          "src": "https://foodworld.pages.dev/imagesfood/burger.jpeg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "All Recipes",
      "short_name": "Recipes",
      "description": "Browse all recipes",
      "url": "https://foodworld.pages.dev/recipe.html",
      "icons": [
        {
          "src": "https://foodworld.pages.dev/imagesfood/favicon.ico",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}
