Quran Gallery App: Divine Wisdom Tab

Quran Gallery App: Divine Wisdom Tab

New Tab: Embark on Your Islamic Spiritual Journey with Islamic widgets.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Quran Gallery App: Divine Wisdom Tab",
  "version": "2023.12.28",
  "description": "New Tab: Embark on Your Islamic Spiritual Journey with Islamic widgets.",
  "permissions": [
    "storage"
  ],
  "options_page": "src/pages/options/index.html",
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "icon-34.png"
  },
  "chrome_url_overrides": {
    "newtab": "src/pages/newtab/index.html"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/*.js",
        "assets/css/*.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": [
        "https://qurangallery.app/*",
        "https://qurangallery.maxifjaved.com/*",
        "https://qurangallery.digitaldot.io/*"
      ]
    }
  ],
  "host_permissions": [
    "https://qurangallery.app/*"
  ]
}