{
  "id": "quran-reader-pwa",
  "dir": "auto",
  "name": "Noble Quran Reader",
  "short_name": "Quran Reader",
  "description": "Read, explore, and study the Noble Quran in multiple languages.",
  "orientation": "any",
  "screenshots": [
    {
      "src": "assets/images/screenshot-desktop.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop view of Noble Quran Reader"
    },
    {
      "src": "assets/images/screenshot-mobile.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Mobile view of Noble Quran Reader"
    }
  ],
  "categories": [
    "books",
    "education",
    "reference"
  ],
  "start_url": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay"
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "widgets": [
    {
      "name": "Noble Quran",
      "description": "Read, listen, and explore the Noble Quran daily.",
      "tag": "daily-ayah",
      "template": "daily-ayah-template",
      "ms_ac_template": "widgets/daily-ayah-template.json",
      "data": "widgets/daily-ayah-data.json",
      "icons": [
        {
          "src": "assets/images/logo-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ],
      "screenshots": [
        {
          "src": "assets/images/logo-512.png",
          "sizes": "512x512",
          "type": "image/png",
          "label": "Daily Ayah Widget Screenshot"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./",
    "method": "GET",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+quran",
      "url": "./?search=%s"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "file_handlers": [
    {
      "action": "./",
      "name": "Quran Playlist / Note File",
      "accept": {
        "application/vnd.quran.notes+json": [".quran"]
      },
      "icons": [
        {
          "src": "assets/images/logo-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ],
  "shortcuts": [
    {
      "name": "Surah Index",
      "short_name": "Surahs",
      "description": "Browse the Surah list",
      "url": "./?surah=1",
      "icons": [{ "src": "assets/images/logo-512.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Juz Index",
      "short_name": "Juzs",
      "description": "Browse the Juz list",
      "url": "./?juz=1",
      "icons": [{ "src": "assets/images/logo-512.png", "sizes": "512x512", "type": "image/png" }]
    }
  ],
  "background_color": "#FAFAF9",
  "theme_color": "#065F46",
  "icons": [
    {
      "src": "assets/images/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}