ThinBridge

ThinBridge

ThinBridge WebExtension for Edge

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "1.4.0",
  "description": "__MSG_extDescription__",
  "permissions": [
    "nativeMessaging",
    "alarms",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "misc/128x128.png"
  },
  "default_locale": "ja",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}