{
  "id": "/?source=pwa",
  "name": "LuckMeKart",
  "short_name": "LuckMeKart",
  "description": "LuckMeKart — boutique collections, trusted brands, and custom stitching. Shopping with a gold-standard touch.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/index.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "background_color": "#FFFEF8",
  "theme_color": "#B8860B",
  "orientation": "any",
  "categories": ["shopping", "lifestyle"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "../assets/images/mobile_logo/mobile-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../assets/images/mobile_logo/loading.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "../assets/images/mobile_logo/loading.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "../assets/images/mobile_logo/loading.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "LuckMeKart Home"
    },
    {
      "src": "../assets/images/mobile_logo/loading.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "LuckMeKart on Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop",
      "short_name": "Shop",
      "description": "Browse the latest collections",
      "url": "/products.php?source=pwa-shortcut",
      "icons": [{ "src": "../assets/images/mobile_logo/mobile-icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Cart",
      "short_name": "Cart",
      "description": "View items in your cart",
      "url": "/cart.php?source=pwa-shortcut",
      "icons": [{ "src": "../assets/images/mobile_logo/mobile-icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "Track your recent orders",
      "url": "/orders.php?source=pwa-shortcut",
      "icons": [{ "src": "../assets/images/mobile_logo/mobile-icon.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "Manage your address & details",
      "url": "/profile.php?source=pwa-shortcut",
      "icons": [{ "src": "../assets/images/mobile_logo/mobile-icon.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
