ِفَاذْكُرُونِي أَذْكُرْكُمْ

ِفَاذْكُرُونِي أَذْكُرْكُمْ

Application to remind you of Allah. تطبيق يذكرك بترطيب لسانك بذكر الله

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ِفَاذْكُرُونِي أَذْكُرْكُمْ",
  "description": "Application to remind you of Allah. تطبيق يذكرك بترطيب لسانك بذكر الله",
  "version": "1.2.1",
  "author": "Ousama Esbel",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "notifications"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "html": [
        "englishHTML.html",
        "arabicHTML.html"
      ],
      "js": [
        "jquery.min.js",
        "popup.js"
      ],
      "css": [
        "style/style.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/dua19.png",
      "38": "icons/dua.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "bg.js"
    ],
    "persistent": true
  }
}