Node.js V8 --inspector Manager (NiM)

Node.js V8 --inspector Manager (NiM)

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "2.8.1",
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "author": "June07 <[email protected]> (https://june07.com/)",
  "browser_action": {
    "default_title": "__MSG_defaultTitle__",
    "default_popup": "popup.html"
  },
  "commands": {
    "open-devtools": {
      "suggested_key": {
        "default": "Alt +I",
        "mac": "Alt+I"
      },
      "description": "__MSG_keyCtrlI__"
    }
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-gtOYwzQC2zvI6efNM91x1Mr3jBhZaavdB4LuBEIuy64=' https://www.gstatic.com https://www.google-analytics.com https://ssl.google-analytics.com https://riot.june07.com https://june07.github.io https://apis.google.com https://button.flattr.com https://www.paypalobjects.com https://platform.twitter.com https://cdnjs.cloudflare.com https://cdn.jsdelivr.net; object-src 'self' https://www.google-analytics.com https://ssl.google-analytics.com;",
  "devtools_page": "devtools.html",
  "icons": {
    "16": "./icon/icon16.png",
    "32": "./icon/icon32.png",
    "48": "./icon/icon48.png",
    "128": "./icon/icon128.png",
    "162": "./icon/[email protected]",
    "163": "./icon/[email protected]",
    "322": "./icon/[email protected]",
    "323": "./icon/[email protected]",
    "482": "./icon/[email protected]",
    "483": "./icon/[email protected]",
    "1282": "./icon/[email protected]",
    "1283": "./icon/[email protected]"
  },
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "permissions": [
    "*://*/",
    "storage",
    "background",
    "tabs",
    "identity",
    "identity.email",
    "notifications",
    "contextMenus"
  ],
  "short_name": "__MSG_appShortName__",
  "version_name": "2.8.1"
}