Symantec Extension

Symantec Extension

Extension works along with Symantec Information Security product for protecting data based on company policy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Symantec Extension",
  "version": "15.7.00207.01003",
  "description": "Extension works along with Symantec Information Security product for protecting data based on company policy",
  "icons": {
    "16": "Vontu_16.png",
    "48": "Vontu_48.png",
    "128": "Vontu_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "ContentScript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "nativeMessaging",
    "management",
    "tabs"
  ]
}