{
  "id": "./?source=pwa",
  "name": "MUZDANAH | مزدانه",
  "short_name": "مزدانه",
  "description": "متجر مزدانه لأجهزة الجمال والعناية المنزلية",
  "start_url": "./index.php?source=app",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait-primary",
  "background_color": "#f5d5eb",
  "theme_color": "#321536",
  "lang": "ar",
  "dir": "rtl",
  "categories": [
    "shopping",
    "lifestyle",
    "beauty"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "المنتجات",
      "short_name": "المنتجات",
      "url": "./index.php?page=shop",
      "icons": [
        {
          "src": "assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "السلة",
      "short_name": "السلة",
      "url": "./index.php?page=cart",
      "icons": [
        {
          "src": "assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "حسابي",
      "short_name": "حسابي",
      "url": "./index.php?page=account",
      "icons": [
        {
          "src": "assets/icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}