iScribe AirMic

iScribe AirMic

iScribe AirMic Web Extension for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "img/icon.png"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "iScribe AirMic Web Extension for Chrome",
  "host_permissions": [
    "<all_urls>"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgnuxiO3b2HsAe4uaMr/gipnBsKmf7JtznWkVBLKmsV/QPZ1pJfs7niP7UakFxORPl6kGToniyoQM4D07azMVHbcARnQmBnvVK8k5kpYbx2JqbY0z/1c/bEEDdidYi+6d7z3GPr/Nt0qI6W0I25WdMbwxlqmquprsfAfUPZtD4p+GpBx+bq0ZobuNcbQgroYPZ61uVK8ZWxmpJlPNIBEu5sKB8mgkAqzbLry7neKR0XXKYrPzRHtox1iRPU1VYCm7iRA+fHMEGPT+cFqZt2D1saKsyoQi3Gc4/ucphp0IyQv4TrRnlVlhRtsXHHBI5Rw1vruo63uiZ7xy+cvcMF1SNQIDAQAB",
  "manifest_version": 3,
  "name": "iScribe AirMic",
  "permissions": [
    "nativeMessaging",
    "tabs",
    "activeTab",
    "scripting"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.19"
}