dom3d

dom3d

View the DOM in 3D.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "dom3d",
  "version": "0.0.3",
  "description": "View the DOM in 3D.",
  "permissions": [
    "activeTab",
    "scripting",
    "contextMenus"
  ],
  "icons": {
    "128": "assets/dom3d-128.png"
  },
  "action": {
    "default_icon": {
      "128": "assets/dom3d-128.png"
    },
    "default_title": "dom3d"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  }
}