UPPward (Network Defence Security)

UPPward (Network Defence Security)

Protection solution against cyber threat, cryptocurrency scams, and frauds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Sentinel Protocol",
  "name": "UPPward (Network Defence Security)",
  "version": "3.2.1",
  "description": "Protection solution against cyber threat, cryptocurrency scams, and frauds.",
  "background": {
    "scripts": [
      "jquery.min.js",
      "lodash.min.js",
      "async.min.js",
      "raven.min.js",
      "crypto-js.js",
      "jsencrypt.min.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/app_ic_gray_16.png",
      "32": "images/app_ic_gray_32.png",
      "48": "images/app_ic_gray_48.png"
    },
    "default_popup": "ba.html"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "cs.min.css"
      ],
      "js": [
        "cs.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "contextMenus",
    "activeTab",
    "webNavigation",
    "webRequest",
    "*://*/*"
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png",
    "256": "images/icon256.png"
  },
  "web_accessible_resources": [
    "images/update/ic-safecheck-green.svg",
    "images/update/ic-cancel-green.svg",
    "images/update/ic-safecheck.svg",
    "images/update/ic-cancel.svg",
    "images/update/ic-warning.svg",
    "images/update/ic_green.png",
    "images/update/ic_red.png",
    "images/update/ic_yellow.png",
    "images/update/ic_white.png",
    "images/update/ic_blacklist_noti.svg",
    "images/update/ic_blacklist_noti_red.svg",
    "images/update/ic_close.svg"
  ],
  "default_locale": "en",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}