{
  "name": "viRAttoM - Premium Fashion Store",
  "short_name": "viRAttoM",
  "description": "Shop premium quality fashion for men, women, and kids with free shipping and easy returns",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#3B82F6",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/src/images/img1.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/src/images/img2.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "fashion", "lifestyle"],
  "screenshots": [
    {
      "src": "/src/images/img1.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg"
    }
  ]
}