ArkSigner LiveAuth Screen Recorder

ArkSigner LiveAuth Screen Recorder

ArkSigner LiveAuth Screen Recorder

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ArkSigner LiveAuth Screen Recorder",
  "description": "ArkSigner LiveAuth Screen Recorder",
  "version": "2.0.10",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjL6Fkp9QbXZIqJI21UmmlTVOU8KzZ1pkiZ397DEix8+P8XvLtZ0GwguFun5aeY1vvk8ncTkXgC7o+5TTY76cQxiBpB+uC59st1yyD6vBr7Kzk6G+VLz1e1pjOV+p3JbFUBM0SHkqc4HTFECoMRE4xVjSVHyJurmYY7iHO2ePEziw/g0vbY9QQ/cflbqnSU9ThQVA09nnb4W5hYXBUnKPQk1u4CE85xSH1kGUtH/fAHDle2hfIakkbZkr1uJhMYmH46WGfyqvUgMXCiBUCzLek/0jBsaIe4x2Imz9xBpaOyBiMdmPXIrftCkzL506vW/0BbADeMyPh5n7wJivl8vlLQIDAQAB",
  "permissions": [
    "desktopCapture"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "externally_connectable": {
    "matches": [
      "*://*.arksigner.com/*",
      "*://*.arkimza.com/*",
      "*://*.vakifkatilim.com.tr/*",
      "*://*.emlakkatilim.com.tr/*",
      "*://*.albarakaturk.com.tr/*",
      "*://*.albarakaturk.local/*",
      "*://*.birevim.com/*",
      "*://*.turksat.com.tr/*",
      "*://*.hepsiburada.com/*",
      "*://*.hepsifinansman.com/*",
      "*://*.oyakyatirim.com.tr/*",
      "*://*.ceptesozlesme.com/*",
      "*://*.misyon.com/*",
      "*://*.tombank.com.tr/*",
      "*://*.tomfinansman.com.tr/*",
      "*://localhost:*/*",
      "*://arkcom.tr.zip.co/*",
      "*://arkcom.dev.tr.zip.co/*",
      "*://*.fupsbank.com/*",
      "*://*.sima.az/*"
    ]
  },
  "action": {
    "default_icon": "images/liveauth-1.png"
  },
  "icons": {
    "16": "images/liveauth-1.png",
    "22": "images/liveauth-1.png",
    "32": "images/liveauth-1.png",
    "48": "images/liveauth-1.png",
    "128": "images/liveauth-1.png"
  }
}