MalwareAI Browser Security

MalwareAI Browser Security

The MalwareAI Browser Security extension provides more security while browsing the Internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MalwareAI Browser Security",
  "short_name": "malwareai",
  "version": "1.4.2",
  "description": "The MalwareAI Browser Security extension provides more security while browsing the Internet.",
  "permissions": [
    "storage",
    "notifications",
    "contextMenus",
    "downloads",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "tabs"
  ],
  "background": {
    "page": "html/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_popup": "html/popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "64": "images/icon64.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "64": "images/icon64.png"
  },
  "web_accessible_resources": [
    "html/*",
    "js/*",
    "css/*",
    "images/*",
    "fonts/*"
  ],
  "manifest_version": 2,
  "default_locale": "en"
}