{
  "id": "/",
  "name": "Fresh Me Store",
  "short_name": "Fresh Me",
  "description": "Fresh Me - Online Grocery and Daily Shopping Store",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0f766e",
  "lang": "bn-BD",
  "categories": ["shopping", "lifestyle"],
  "icons": [
    {
      "src": "/pwa/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop Products",
      "short_name": "Shop",
      "description": "Browse all products on Fresh Me",
      "url": "/shop",
      "icons": [
        {
          "src": "/pwa/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}