MotmaenBash | مطمئن باش

MotmaenBash | مطمئن باش

مطمئن باش | بررسی اصلالت درگاه‌های پرداخت ایرانی

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MotmaenBash | مطمئن باش",
  "short_name": "MotmaenBash",
  "description": "مطمئن باش | بررسی اصلالت درگاه‌های پرداخت ایرانی",
  "homepage_url": "https://motmaenbash.milad.nu",
  "version": "1.1.0",
  "manifest_version": 3,
  "author": "Milad Nouri",
  "icons": {
    "16": "assets/images/icon_16.png",
    "48": "assets/images/icon_48.png",
    "128": "assets/images/icon_128.png"
  },
  "action": {
    "default_icon": "assets/images/icon_128.png",
    "default_popup": "popup.html",
    "default_title": "MotmaenBash"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "service_worker": "assets/js/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "css": [
        "assets/css/payment-gateway-verify.css"
      ],
      "exclude_globs": [
        "*://www.shaparak.ir/*",
        "*://shaparak.ir/*"
      ],
      "js": [
        "assets/js/content-script.js"
      ],
      "matches": [
        "https://*.shaparak.ir/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/images/sign.png"
      ],
      "matches": [
        "https://*.shaparak.ir/*"
      ]
    }
  ]
}