IE View WE

IE View WE

Provides ability to open pages and links by Internet Explorer (Cloned IE View based on WebExtensions-based)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.6.6",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "contextMenus",
    "nativeMessaging",
    "storage",
    "alarms",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "extlib/browser-polyfill.min.js",
      "extlib/Configs.js",
      "common/common.js",
      "background.js"
    ]
  },
  "icons": {
    "128": "misc/128x128.png"
  },
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  },
  "default_locale": "en",
  "storage": {
    "managed_schema": "managed_schema.json"
  }
}