{
  "name": "Infinity Solarize Tech",
  "short_name": "Infinity Solar",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#06152b",
  "theme_color": "#07182f",
  "description": "Global corporate platform for solar energy solutions, EPC, O&M, consulting, and academy.",
  "icons": [
    {
      "src": "/assets/images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "الحلول",
      "short_name": "Solutions",
      "url": "/services.html",
      "icons": [
        {
          "src": "/assets/images/logo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "المشاريع",
      "short_name": "Projects",
      "url": "/projects.html",
      "icons": [
        {
          "src": "/assets/images/logo.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "تواصل",
      "short_name": "Contact",
      "url": "/contact.html",
      "icons": [
        {
          "src": "/assets/images/logo.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}