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
{
  "manifest_version": 2,
  "name": "الحدث",
  "version": "1.0",
  "description": "ابقى على اتصال بآخر الأخبار من الحدث",
  "icons": {
    "48": "images/48.png",
    "96": "images/128.png"
  },
  "homepage_url": "http://www.alhadath.net/",
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_title": "الحدث - خدمة إخبارية من العربية",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "alarms",
    "notifications",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "alarabiya.plugins@gmail.com"
    }
  }
}