i-search Automation2021

i-search Automation2021

i-search Automation for edge v2021

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "i-search Automation2021",
  "version": "2021.3",
  "description": "i-search Automation for edge v2021",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "background": {
    "scripts": [
      "Loader.js"
    ]
  },
  "permissions": [
    "management",
    "nativeMessaging",
    "tabs",
    "webNavigation",
    "webRequest",
    "<all_urls>",
    "downloads",
    "downloads.shelf"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "ContentLoader.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}