Inspect and view changes in التحقق من الأحاديث | Hadith Checker 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
{
"name": "التØقق من الأØاديث | Hadith Checker",
"description": "إضاÙØ© للمتصÙØ ØªØ³ØªØ·ÙŠØ¹ من خلالها أن تتÙقد الأØاديث هل هي موضوعة أو صØÙŠØØ©",
"version": "1.6.2",
"manifest_version": 3,
"action": {
"default_popup": "/public/html/search-window.html",
"default_icon": "./icons/icons32.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"contextMenus",
"storage",
"unlimitedStorage"
],
"host_permissions": [
"https://dorar.net/",
"https://sunnah.com/"
],
"icons": {
"16": "./icons/icons16.png",
"32": "./icons/icons32.png",
"48": "./icons/icons48.png",
"128": "./icons/icons128.png"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}