{% layout none %}{% comment %}PWA Manifest for PGM Distributors{% endcomment %}{
  "name": "PGM Distributors - Indian Products Store",
  "short_name": "PGM Store",
  "description": "Shop authentic Indian, Ayurvedic & wellness products. Shipped to USA & UK.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1B1B1B",
  "theme_color": "#D0FF1B",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["shopping", "health", "food"],
  "icons": [
    {
      "src": "{{ 'pwa-icon-192.png' | asset_url }}",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "{{ 'pwa-icon-512.png' | asset_url }}",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}