Context (ctxt.io)

Context (ctxt.io)

Share whatever you see with others in seconds. (Updated to support Manifest v3)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Context (ctxt.io)",
  "short_name": "Context",
  "description": "Share whatever you see with others in seconds. (Updated to support Manifest v3)",
  "version": "1.1.0",
  "permissions": [
    "activeTab",
    "scripting",
    "offscreen"
  ],
  "background": {
    "service_worker": "service_worker.js",
    "type": "module"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 3,
  "action": {
    "default_title": "Context",
    "default_popup": "popup.html"
  },
  "host_permissions": [
    "https://ctxt.io/*"
  ],
  "content_security_policy": {}
}