{
  "name": "RSL Online Shop",
  "short_name": "RSL Shop",
  "description": "Premium Ceylon Spices & Dried Fish — Tulcea, Romania",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fafafa",
  "theme_color": "#d4af37",
  "orientation": "portrait-primary",
  "categories": ["shopping", "food", "lifestyle"],
  "lang": "en-RO",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48 32x32 16x16",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Track Order",
      "short_name": "Track",
      "description": "Track an existing order",
      "url": "/track",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "My Account",
      "short_name": "Account",
      "description": "View your account",
      "url": "/account",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
