MSTC Crypto Signer

MSTC Crypto Signer

MSTC Crypto Signer App

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "MSTC Crypto Signer",
  "description": "MSTC Crypto Signer App",
  "version": "2022.4.1",
  "icons": {
    "16": "favicon.png",
    "48": "favicon.png",
    "128": "favicon.png"
  },
  "action": {
    "default_icon": "favicon.png",
    "default_popup": "popup.html",
    "default_title": "COT App"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.mstcecommerce.com/*",
        "https://cma.mstcauction.com/*",
        "https://10.1.14.86/*",
        "https://10.1.6.123/*"
      ],
      "all_frames": true,
      "js": [
        "content.js",
        "installed.js"
      ]
    }
  ],
  "permissions": [
    "nativeMessaging"
  ],
  "externally_connectable": {
    "matches": [
      "https://www.mstcecommerce.com/*",
      "https://cma.mstcauction.com/*",
      "https://10.1.14.86/*",
      "https://10.1.6.123/*"
    ]
  }
}