IA4Edge

IA4Edge

Extension Interact For Microsoft Edge Browser

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "IA4Edge",
  "description": "Extension Interact For Microsoft Edge Browser",
  "version": "5.0.0.0",
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "webNavigation",
    "nativeMessaging",
    "management"
  ],
  "background": {
    "scripts": [
      "EdgeIAV40.js",
      "EdgeInteract.js"
    ],
    "persistent": true
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}