manifest

{
  "name": "NsourShop - Eastern Luxury, Western Style",
  "short_name": "NsourShop",
  "description": "Discover handcrafted treasures from the heart of Arabia",
  "start_url": "/pages/welcome",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#030304",
  "theme_color": "#030304",
  "status_bar": "black-translucent",
  "icons": [
    {
      "src": "https://nsourshop.com/cdn/shop/files/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://nsourshop.com/cdn/shop/files/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["shopping", "lifestyle"],
  "lang": "en",
  "dir": "ltr"
}