Norton Family

Norton Family

Norton Family helps you protect your kids so they can enjoy the Internet safely.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "version": "3.9.0.17",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "developer": {
    "name": "NortonLifeLock Inc."
  },
  "icons": {
    "16": "Images/NF_16x16.png",
    "32": "Images/NF_32x32.png",
    "48": "Images/NF_48x48.png",
    "128": "Images/NF_128x128.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "webBlocking.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "NF_Script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "docstart.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>",
    "nativeMessaging"
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{8A0D66E3-1C08-49A6-8F6C-7E024029D199}",
      "strict_min_version": "52.0"
    }
  }
}