Airo Web Security

Airo Web Security

Airo Web Security protects you from malicious websites and scripts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Airo",
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "match_about_blank": true,
      "exclude_matches": [
        "https://tpc.googlesyndication.com/*"
      ],
      "js": [
        "js/compatibility.js",
        "js/constants.js",
        "js/nativecache.js",
        "js/miscellaneous.js",
        "js/signatureconstants.js",
        "js/messageconstants.js",
        "js/messaging.js",
        "js/storage.js",
        "js/settingsmanager.js",
        "js/webrequest.js",
        "js/logging.js",
        "js/urlconstants.js",
        "js/urlwhitelistparser.js",
        "js/urlwhitelist.js",
        "js/pagecontextconstants.js",
        "js/pagecontext.js",
        "js/pagesignature.js",
        "js/definitionstorage.js",
        "js/whitelisturldefinitionstorage.js",
        "js/pagedefinitionstorage.js",
        "js/content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_title": "Airo Web Security",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "assets/fav_icon_16x16.png"
    }
  },
  "icons": {
    "16": "assets/fav_icon_16x16.png",
    "48": "assets/icon_48x48.png",
    "128": "assets/chrome_store_icon_128x128.png"
  },
  "description": "Airo Web Security protects you from malicious websites and scripts.",
  "incognito": "split",
  "manifest_version": 2,
  "name": "Airo Web Security",
  "permissions": [
    "storage",
    "tabs",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "short_name": "Airo",
  "version": "1.0.15",
  "web_accessible_resources": [
    "blocked_iframe/blocked.html",
    "blocked/blocked.html"
  ]
}