
{
  "name": "Plan B - Premium E-Commerce Store",
  "short_name": "Plan B",
  "description": "Premium e-commerce platform with products, orders, and customer support",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "categories": ["shopping", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop Products",
      "short_name": "Shop",
      "description": "Browse our premium collection",
      "url": "/#shop",
      "icons": [{ "src": "/icons/shortcut-shop.png", "sizes": "192x192" }]
    },
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "Track your recent orders",
      "url": "/orders",
      "icons": [{ "src": "/icons/shortcut-orders.png", "sizes": "192x192" }]
    },
    {
      "name": "Support",
      "short_name": "Support",
      "description": "Get help with your account",
      "url": "/account/support",
      "icons": [{ "src": "/icons/shortcut-support.png", "sizes": "192x192" }]
    }
  ]
}
