Inspect and view changes in Quran Gallery App: Divine Wisdom Tab source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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/*"
]
}