Examine source code of التحقق من الأحاديث | Hadith Checker

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"
}