{
  "name": "Salafi Jamiat South Africa",
  "short_name": "Salafi Jamiat",
  "description": "Authentic Islamic guidance based on the Quran and Sunnah, following the understanding of the Salaf as-Salih",
  "start_url": "./index.php",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3498db",
  "orientation": "portrait-primary",
  "scope": "./",
  "id": "salafi-jamiat-pwa",
  "lang": "en",
  "categories": ["education", "religion", "reference"],
  "icons": [
    {
      "src": "./images/icon-72x72.png?v=3",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./images/icon-96x96.png?v=3",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./images/icon-128x128.png?v=3",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./images/icon-144x144.png?v=3",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./images/icon-152x152.png?v=3",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./images/icon-180x180.png?v=3",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./images/icon-192x192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./images/icon-192x192.png?v=3",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./images/icon-384x384.png?v=3",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./images/icon-512x512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./images/icon-512x512.png?v=3",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Questions & Answers",
      "short_name": "Q&A",
      "description": "Browse Islamic Q&A",
      "url": "/qna.php",
      "icons": [
        {
          "src": "images/sj_logo.png",
          "sizes": "150x150"
        }
      ]
    },
    {
      "name": "Articles",
      "short_name": "Articles",
      "description": "Read Islamic articles",
      "url": "/#Articles",
      "icons": [
        {
          "src": "images/sj_logo.png",
          "sizes": "150x150"
        }
      ]
    },
    {
      "name": "Affiliated Masaajid",
      "short_name": "Masaajid",
      "description": "Find nearby masaajid",
      "url": "/#affiliatedMasaajid",
      "icons": [
        {
          "src": "images/sj_logo.png",
          "sizes": "150x150"
        }
      ]
    }
  ],
  "capabilities": ["audio"],
  "permissions": ["background-sync"],
  "prefer_related_applications": false,
  "related_applications": [],
  "serviceworker": {
    "src": "sw.js",
    "scope": "./"
  }
}
