TarteeleQuran Login

TarteeleQuran Login

TarteeleQuran Chrome extension to easily assess your resources on the website account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TarteeleQuran Login",
  "version": "1.5",
  "manifest_version": 2,
  "description": "TarteeleQuran Chrome extension to easily assess your resources on the website account.",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png",
    "256": "icons/256.png"
  },
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/48.png",
    "default_title": "TarteeleQuran Login"
  },
  "permissions": [
    "tabs"
  ]
}