{
  "id": "/",
  "name": "AfriRecipes",
  "short_name": "AfriRecipes",
  "description": "Discover authentic African recipes, translate them into your language, and enjoy a distraction-free cooking experience with Cook Mode.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#B45309",
  "background_color": "#FFF5E7",
  "lang": "en",
  "dir": "ltr",

  "categories": [
    "food",
    "lifestyle",
    "education"
  ],

  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Browse authentic African recipes"
    },
    {
      "src": "/screenshots/about.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Read about our platform"
    },
    {
      "src": "/screenshots/recipes.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "check out our available recipes"
    }
  ],

  "shortcuts": [
    {
      "name": "Recipes",
      "short_name": "Recipes",
      "description": "Browse African recipes",
      "url": "/recipes",
      "icons": [
        {
          "src": "/icons/recipes-shortcut.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "About Us",
      "short_name": "About",
      "description": "Learn more about AfriRecipes",
      "url": "/getintouch",
      "icons": [
        {
          "src": "/icons/about-shortcut.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Join AfriRecipes",
      "short_name": "Sign Up",
      "description": "Create your free account",
      "url": "/register",
      "icons": [
        {
          "src": "/icons/signup-shortcut.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "prefer_related_applications": false
}
