Lenovo Smart Privacy Services

Lenovo Smart Privacy Services

Take control of your privacy

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5H7nxYHK7bz3/F5tszRXBnrLQD/Z/rdIBL35KT7hjzT8qHJaBPN0//NKA+pVx2KFZ1cljtLHti7SwnyJ5+YnyUmXMAJ2leE4yR4qlUAR1XglFIoqeqZC+hj2i/Sm8w//iMbumrKetlje1f8JTkcbwZVgSY0uNuGYClthy7nk1oj51gGe5oxe97Q4clyowHJHlR06O2QFEWkskPtnsiwCl4UAv6mC0xL+xlz60iiDtCnflqpTqmwm0XAwqh7fpWcLQV5DHXdUYHW3lpurXoe8qf8uygcQ88Gr+Sj2dsUY3QLXwJDzHgf+xvr8C9sBCe4mqUk1PAuX7bkWoczTqefhowIDAQAB",
  "manifest_version": 2,
  "name": "Lenovo Smart Privacy Services",
  "version": "2.1.5",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "images/icon-app-16.png",
    "48": "images/icon-app-48.png",
    "128": "images/icon-app-128.png"
  },
  "background": {
    "scripts": [
      "js/background-chrome.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "",
    "default_icon": {
      "16": "images/icon-16.png",
      "24": "images/icon-24.png",
      "32": "images/icon-32.png"
    },
    "default_title": "Lenovo Smart Privacy Services"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "alarms",
    "nativeMessaging",
    "<all_urls>"
  ],
  "incognito": "split",
  "web_accessible_resources": [
    "images/*.png",
    "images/*.svg",
    "fonts/*.woff",
    "fonts/*.woff2",
    "videos/*.mp4",
    "_locales/**/*.json",
    "css/**/*.css"
  ],
  "content_scripts": [
    {
      "run_at": "document_start",
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css/page/style.css"
      ],
      "js": [
        "js/content-chrome.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; font-src * "
}