Quran Tab

Quran Tab

Quran Tab is an Islamic new tab page that will keep you inspired by a verse from the Quran every time you open a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Quran Tab",
  "description": "Quran Tab is an Islamic new tab page that will keep you inspired by a verse from the Quran every time you open a new tab.",
  "version": "3.2.0",
  "manifest_version": 3,
  "permissions": [
    "notifications",
    "alarms",
    "offscreen"
  ],
  "host_permissions": [
    "https://api.alquran.cloud/*",
    "https://*.islamic.network/*"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "action": {
    "default_icon": {
      "128": "icon128.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}