Node.js V8 --inspector Manager (NiMV3)

Node.js V8 --inspector Manager (NiMV3)

Manages DevTools with Node V8 Inspector (node --inspect) Debugging Workflow

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "3.6.5",
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "author": "June07 <[email protected]> (https://june07.com/)",
  "commands": {
    "open-devtools": {
      "suggested_key": {
        "default": "Alt+I"
      },
      "description": "__MSG_keyCtrlI__"
    }
  },
  "action": {
    "default_icon": {
      "16": "/dist/icon/icon16.png",
      "32": "/dist/icon/icon32.png",
      "48": "/dist/icon/icon48.png",
      "128": "/dist/icon/icon128.png",
      "162": "/dist/icon/[email protected]",
      "163": "/dist/icon/[email protected]",
      "322": "/dist/icon/[email protected]",
      "323": "/dist/icon/[email protected]",
      "482": "/dist/icon/[email protected]",
      "483": "/dist/icon/[email protected]",
      "1282": "/dist/icon/[email protected]",
      "1283": "/dist/icon/[email protected]"
    },
    "default_title": "__MSG_appName__",
    "default_popup": "/dist/index.html"
  },
  "icons": {
    "16": "/dist/icon/icon16.png",
    "32": "/dist/icon/icon32.png",
    "48": "/dist/icon/icon48.png",
    "128": "/dist/icon/icon128.png",
    "162": "/dist/icon/[email protected]",
    "163": "/dist/icon/[email protected]",
    "322": "/dist/icon/[email protected]",
    "323": "/dist/icon/[email protected]",
    "482": "/dist/icon/[email protected]",
    "483": "/dist/icon/[email protected]",
    "1282": "/dist/icon/[email protected]",
    "1283": "/dist/icon/[email protected]"
  },
  "background": {
    "service_worker": "/src/sw.js"
  },
  "permissions": [
    "storage",
    "background",
    "tabs",
    "tabGroups",
    "identity",
    "identity.email",
    "notifications",
    "contextMenus",
    "debugger",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.june07.com/*",
      "*://*.brakecode.com/*"
    ]
  },
  "short_name": "__MSG_appShortName__",
  "version_name": "3.6.5",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}