Northguard Security

Northguard Security

Protects your money, identity, and sensitive data from the dangers of the Internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    "images/*",
    "*.png",
    "*.html",
    "/pc/tooltip.css"
  ],
  "background": {
    "page": "global.html"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "css": [
        "Urla.css",
        "Keyboard.css"
      ],
      "js": [
        "localization.js",
        "framework_content.js",
        "jquery-3.3.1.min.js",
        "jquery-ui.min.js",
        "jquery-migrate-3.0.0.min.js",
        "helper.js",
        "Layout.js",
        "FocusManager.js",
        "Keyboard.js",
        "content.js",
        "common.js",
        "namespace.js",
        "balloon.js",
        "md5.js",
        "password_control_balloon.js",
        "cfr_script.js",
        "session.js",
        "web_session_monitor.js",
        "search_activity.js",
        "password_control.js",
        "website_credentials.js",
        "parent_page_url_provider.js",
        "compromised_account.js",
        "./layouts/en.js"
      ]
    }
  ],
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "popover.html",
    "default_icon": {
      "19": "toolbar.png",
      "38": "[email protected]"
    },
    "default_title": "__MSG_toolbar_button_hint__"
  },
  "permissions": [
    "tabs",
    "nativeMessaging",
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ],
  "name": "__MSG_extension_name__",
  "author": "__MSG_extension_author__",
  "description": "__MSG_extension_description__",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "[email protected]",
    "96": "[email protected]",
    "128": "icon-128.png",
    "256": "[email protected]"
  },
  "version": "20.0.0.7"
}