Liveblocks DevTools

Liveblocks DevTools

A browser extension that lets you inspect Liveblocks real-time collaborative experiences.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.a19ebbb1.png",
    "32": "icon32.plasmo.0c2cc169.png",
    "48": "icon48.plasmo.1aa793e6.png",
    "64": "icon64.plasmo.e6b557f0.png",
    "128": "icon128.plasmo.f3dd7a27.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.a19ebbb1.png",
      "32": "icon32.plasmo.0c2cc169.png",
      "48": "icon48.plasmo.1aa793e6.png",
      "64": "icon64.plasmo.e6b557f0.png",
      "128": "icon128.plasmo.f3dd7a27.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.11.1",
  "name": "Liveblocks DevTools",
  "description": "A browser extension that lets you inspect Liveblocks real-time collaborative experiences.",
  "homepage_url": "https://liveblocks.io",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "devtools_page": "devtools.html",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.6b114a49.js"
      ],
      "all_frames": true,
      "css": []
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}