CaseMark Workflow - AI for Legal

CaseMark Workflow - AI for Legal

Leverage the power of AI within your existing workflow, summarize legal documents, extract key insights, generate filings, & more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "CaseMark Workflow - AI for Legal",
  "default_locale": "en",
  "version": "0.0.13",
  "description": "Leverage the power of AI within your existing workflow, summarize legal documents, extract key insights, generate filings, & more.",
  "options_page": "src/pages/options/index.html",
  "background": {
    "service_worker": "src/pages/background/index.js",
    "type": "module"
  },
  "action": {
    "default_popup": "src/pages/popup/index.html",
    "default_icon": "icon-34.png"
  },
  "permissions": [
    "storage",
    "clipboardWrite",
    "contentSettings"
  ],
  "icons": {
    "16": "icon-16.png",
    "34": "icon-34.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "src/pages/content/index.js"
      ],
      "css": [
        "assets/css/contentStyle1704966487947.chunk.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/js/*.js",
        "assets/css/*.css",
        "icon-128.png",
        "icon-64.png",
        "icon-34.png",
        "icon-16.png"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}