{
  "id": "kartikya-mart-pwa-v1",
  "name": "Kartikya Mart",
  "short_name": "Kartikya Mart",
  "start_url": "/whatsapp-access?source=pwa",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Store",
      "short_name": "Store",
      "url": "/admin/whatsapp-shop/find-store",
      "icons": [
        {
          "src": "/icons/store.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}