CiteRight Next

CiteRight Next

Legal research and document drafting made simple.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CiteRight Next",
  "version": "3.0.4",
  "description": "Legal research and document drafting made simple.",
  "background": {
    "service_worker": "js/service-worker.js"
  },
  "options_ui": {
    "page": "options.html"
  },
  "action": {
    "default_title": "CiteRight Next"
  },
  "permissions": [
    "scripting",
    "sidePanel",
    "tabs",
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "content_scripts": [
    {
      "js": [
        "js/content-script.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  }
}