{
  "name": "ARKIVE - Premium Jewelry & Accessories",
  "short_name": "ARKIVE",
  "description": "Discover stunning jewelry and accessories at ARKIVE. Elegant earrings, bracelets, churi sets and more. Premium quality with fast delivery across Bangladesh.",
  "start_url": "/?source=pwa",
  "id": "/?source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "scope": "/",
  "lang": "en-BD",
  "dir": "ltr",
  "categories": ["shopping", "lifestyle", "fashion"],
  "iarc_rating_id": "",
  "icons": [
    {
      "src": "/app-icon.png",
      "sizes": "192x192 512x512 1024x1024 any",
      "type": "image/png"
    },
    {
      "src": "/app-icon.png",
      "sizes": "192x192 512x512 1024x1024 any",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Orders",
      "short_name": "Orders",
      "description": "Track and view your recent orders",
      "url": "/account/orders?source=shortcut",
      "icons": [{ "src": "/app-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "View Cart",
      "short_name": "Cart",
      "description": "View your shopping cart",
      "url": "/cart?source=shortcut",
      "icons": [{ "src": "/app-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "New Arrivals",
      "short_name": "New In",
      "description": "Browse the latest arrivals",
      "url": "/shop?sort=newest&source=shortcut",
      "icons": [{ "src": "/app-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Flash Sales",
      "short_name": "Sales",
      "description": "Grab exclusive flash sale deals",
      "url": "/flash-sale?source=shortcut",
      "icons": [{ "src": "/app-icon.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 420
  },
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+arkive",
      "url": "/product?id=%s"
    }
  ]
}
