WebSafe

WebSafe

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


{
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "background.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.",
  "icons": {
    "128": "icon_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9g9trSTk5EyWNxjyoa9z93WkFyaGinsUNFCrDBE2qMX0to8xFqL7rUcDd9eEtnjvVJUQhjfH2auoUcbMkO2Ga79yF4f8hk0ThEjfGCRriIi/5Tn5DtIh35xzrcyG+kGkWcoxRSJ+EMYabPB892FHfYCHyNt7lBA3eF9KnlReOU+FOeN6Gs462IJmHn8q3ZjlD4BK7ZhNiZGZZdXZrF1TnTAOpnrbuDLMfDYaYuC6zRjXYfSnFzEL1FuNeS27W8JoshPKk430Ya0diQr3aLxTz1TNUC5KA0jLBuSNrpUFrzz3EnN2Ooe2TJasutHV9ZBBz3CQpFiprnncsf5d2QiFPwIDAQAB",
  "manifest_version": 2,
  "name": "WebSafe",
  "permissions": [
    "tabs",
    "webNavigation",
    "webRequest",
    "nativeMessaging",
    "<all_urls>"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.7",
  "web_accessible_resources": [
    "background.js"
  ]
}