WebSecurity for ChromeBook

WebSecurity for ChromeBook

This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "WebSecurity for ChromeBook",
  "version": "1.0.1.16",
  "description": "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.",
  "manifest_version": 2,
  "icons": {
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "WebAPI.js",
      "utility.js",
      "jquery-3.3.1.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentscript.js",
        "utility.js",
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_popup": "Registration.html"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "identity",
    "identity.email",
    "<all_urls>",
    "storage",
    "background",
    "downloads",
    "enterprise.deviceAttributes"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}