{
  "name": "AlloFresh - Belanja Groceries Online",
  "short_name": "AlloFresh",
  "description": "AlloFresh - belanja groceries segar dan kebutuhan harian online, diantar cepat ke rumah Anda",
  "start_url": "/c/",
  "scope": "/c/",
  "display": "standalone",
  "background_color": "#00a63e",
  "theme_color": "#ffffff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/c/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/c/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/c/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/c/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["shopping", "food"],
  "shortcuts": [
    {
      "name": "Search Products",
      "short_name": "Search",
      "description": "Search for products",
      "url": "/c/search",
      "icons": [
        {
          "src": "/c/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Promotions",
      "short_name": "Promos",
      "description": "View current promotions",
      "url": "/c/promos",
      "icons": [
        {
          "src": "/c/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
