{
  "id": "/",
  "name": "Hadith e Kisa",
  "short_name": "Hadith e Kisa",
  "description": "Interactive Hadith e Kisa reader",

  "start_url": "screen1.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#f2f2f2",
  "theme_color": "#cdf2e0",

  "lang": "en",
  "dir": "ltr",

  "categories": ["books", "religion", "lifestyle"],

  "icons": [
    {
      "src": "mobile/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "mobile/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "screenshots/screen-shot-mobile-1-01.jpg",
      "sizes": "1080x1920",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Hadith e Kisa reader"
    }
  ],

  "shortcuts": [
    {
      "name": "Start Reading",
      "short_name": "Read",
      "description": "Open the reader",
      "url": "screen1.html"
    }
  ]
}