Sophos Chrome Security

Sophos Chrome Security

This is the Sophos Mobile client for Chrome devices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extension_name__",
  "short_name": "__MSG_extension_name_short__",
  "version": "1.2.1760",
  "manifest_version": 2,
  "description": "__MSG_extension_description__",
  "default_locale": "en",
  "permissions": [
    "gcm",
    "alarms",
    "webRequest",
    "<all_urls>",
    "tabs",
    "storage",
    "contextMenus",
    "geolocation",
    "management",
    "notifications",
    "identity",
    "identity.email",
    "enterprise.deviceAttributes"
  ],
  "browser_action": {
    "default_icon": {
      "16": "res/icon-16x16.png",
      "48": "res/icon-48x48.png",
      "128": "res/icon-128x128.png"
    },
    "default_popup": "src/options/menu.html"
  },
  "icons": {
    "16": "res/icon-16x16.png",
    "48": "res/icon-48x48.png",
    "128": "res/icon-128x128.png"
  },
  "background": {
    "page": "src/background.html",
    "persistent": true
  },
  "web_accessible_resources": [
    "src/block/*",
    "src/enc/*",
    "res/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.google-analytics.com https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'",
  "storage": {
    "managed_schema": "src/managed/managed_schema.json"
  },
  "externally_connectable": {
    "__comment__": "foobar.com is just for testing, should be replaced by central host",
    "matches": [
      "*://foobar.com/*",
      "*://*.dialogs.de/*",
      "*://*.sophos.com/*",
      "*://*.sandbox.sophos/*"
    ]
  }
}