Payment Gateway Checker By ALIILAPRO

Payment Gateway Checker By ALIILAPRO

چک کننده صحت آدرس درگاه های پرداخت

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Payment Gateway Checker By ALIILAPRO",
  "short_name": "ALIILAPRO",
  "description": "چک کننده صحت آدرس درگاه های پرداخت",
  "version": "1.0",
  "homepage_url": "http://ALIILAPRO.cf",
  "author": "SOURCE -PRO-",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html",
    "default_title": "چک کننده صحت آدرس درگاه های پرداخت"
  },
  "background": {
    "scripts": [
      "js/main.js",
      "js/script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/contentscript.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "img/icon.png",
    "32": "img/icon.png",
    "48": "img/icon.png",
    "64": "img/icon.png",
    "128": "img/icon.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "https://*.shaparak.ir/*",
    "https://shaparak.ir/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-WOdSzz11/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='; object-src 'self'"
}