Toolkit.law App

Toolkit.law App

Toolkit.law App

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "TK",
  "name": "Toolkit.law App",
  "description": "Toolkit.law App",
  "version": "2.7.3",
  "manifest_version": 3,
  "action": {
    "default_title": "Toolkit.law App",
    "default_popup": "index.html?entryPoint=popup"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "512": "logo-512-512.png"
  },
  "permissions": [
    "scripting",
    "bookmarks"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}