{
  "name": "Drunks Store - Alcohol Delivery",
  "short_name": "Drunks Store",
  "description": "Premium alcohol delivery service in Tbilisi, Georgia. Quality wines, spirits, and craft beers delivered to your door.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#96c93d",
  "dir": "ltr",
  "lang": "ka",
  "categories": ["shopping", "food"],
  "serviceworker": {
    "src": "/sw.js",
    "scope": "/",
    "type": "module"
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Shop All Products",
      "short_name": "Shop",
      "description": "Browse our full catalog of products",
      "url": "/shop",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/cart",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Account",
      "short_name": "Account",
      "description": "Manage your account and orders",
      "url": "/account",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "id": "store.drunks.app",
      "url": "https://play.google.com/store/apps/details?id=store.drunks.app"
    }
  ],
  "share_target": {
    "action": "/shop",
    "method": "GET",
    "params": {
      "text": "search"
    }
  }
}
