لا تنسى ذكر الله

لا تنسى ذكر الله

لا تنسى ذكر الله

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "لا تنسى ذكر الله",
  "version": "1.1",
  "description": "لا تنسى ذكر الله",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "activeTab"
  ],
  "manifest_version": 2
}