{
  "name": "BluLavelle Premium Press-On Nails",
  "short_name": "BluLavelle",
  "description": "Luxury mobile-first PWA storefront for premium press-on nails, nail boxes, and care essentials.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "theme_color": "#C9877B",
  "background_color": "#FFF7F3",
  "categories": ["shopping", "beauty", "lifestyle"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop nail boxes",
      "short_name": "Shop",
      "description": "Browse BluLavelle press-on nail products.",
      "url": "/products?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "View cart",
      "short_name": "Cart",
      "description": "Open your BluLavelle cart.",
      "url": "/cart?source=pwa-shortcut",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
