{
  "name": "الرواد برو كار لصيانة السيارات",
  "short_name": "الرواد برو كار",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#080a0e",
  "theme_color": "#080a0e",
  "lang": "ar",
  "dir": "rtl",
  "icons": [
    {
      "src": "assets/images/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "حجز صيانة",
      "short_name": "حجز",
      "url": "./booking.html",
      "icons": [
        {
          "src": "assets/images/favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "جملة الرواد",
      "short_name": "جملة الرواد",
      "url": "./jumla/",
      "icons": [
        {
          "src": "assets/images/favicon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}