Examine source code of الكلم الطيب

Inspect and view changes in الكلم الطيب 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",
  "name": "الكلم الطيب",
  "description": "الآلاف من التأملات القرآنية والأحاديث النبوية والأدعية والأذكار والحكم والمواعظ والأقوال المأثورة بالإضافة لمئات المقالات الإيمانية.",
  "version": "1.1.0",
  "host_permissions": [
    "https://kalemtayeb.com/*"
  ],
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_icon": "assets/icons/icon.png"
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "manifest_version": 3
}