{
  "name": "SumaSaaj - Exquisite Indian Jewelry",
  "short_name": "SumaSaaj",
  "description": "Authentic Indian jewelry store offering traditional and modern jewelry designs",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1d2b64",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["shopping", "lifestyle", "fashion", "jewelry"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.jpg",
      "sizes": "1280x720",
      "type": "image/jpg",
      "form_factor": "wide",
      "label": "SumaSaaj Jewelry Collection on Desktop"
    },
    {
      "src": "/screenshot-mobile.jpg",
      "sizes": "375x667",
      "type": "image/jpg",
      "form_factor": "narrow",
      "label": "SumaSaaj Jewelry Collection on Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "New Arrivals",
      "short_name": "New",
      "description": "View latest jewelry arrivals",
      "url": "/collection?sort=new",
      "icons": [
        {
          "src": "/shortcut-new.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Best Sellers",
      "short_name": "Popular",
      "description": "View best-selling jewelry",
      "url": "/collection?sort=popular",
      "icons": [
        {
          "src": "/shortcut-popular.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Wedding Collection",
      "short_name": "Wedding",
      "description": "Browse wedding jewelry collection",
      "url": "/weddingpage",
      "icons": [
        {
          "src": "/shortcut-wedding.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}
