NordLayer Browser Extension

NordLayer Browser Extension

NordLayer is an adaptive network access solution designed for modern businesses.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.60403714.png",
    "32": "icon32.plasmo.8e850565.png",
    "48": "icon48.plasmo.37989d43.png",
    "64": "icon64.plasmo.a993afcb.png",
    "128": "icon128.plasmo.9b3294c4.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.60403714.png",
      "32": "icon32.plasmo.8e850565.png",
      "48": "icon48.plasmo.37989d43.png",
      "64": "icon64.plasmo.a993afcb.png",
      "128": "icon128.plasmo.9b3294c4.png"
    },
    "default_popup": "popup.html"
  },
  "version": "2.2.3",
  "author": "NordLayer",
  "name": "NordLayer Browser Extension",
  "description": "NordLayer is an adaptive network access solution designed for modern businesses.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "storage",
    "proxy",
    "webRequest",
    "webRequestAuthProvider",
    "notifications",
    "geolocation",
    "alarms",
    "offscreen",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.b00d6d97.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://www.plasmo.com/*"
      ],
      "js": [
        "plasmo.8086e72e.js"
      ],
      "css": []
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/fonts/*.woff2",
        "assets/animations/*.json",
        "assets/controls/*.svg",
        "assets/data/*.json",
        "assets/*.svg",
        "assets/menu/*.svg",
        "assets/gateways/*.svg",
        "assets/icon/*.svg",
        "assets/icon/*.png",
        "assets/sso/*.svg",
        "assets/settings/*.svg",
        "assets/account/*.svg",
        "assets/2fa/*.svg",
        "assets/dsp/*.svg"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "host_permissions": [
    "https://*/*"
  ],
  "default_locale": "en",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}