Legal Text Summarizer

Legal Text Summarizer

Summarizes legal text to give you a better understanding of what you are agreeing to online. Built by Width.Ai

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Legal Text Summarizer",
  "author": {
    "email": "[email protected]"
  },
  "homepage_url": "https://width.ai,",
  "description": "Summarizes legal text to give you a better understanding of what you are agreeing to online. Built by Width.Ai",
  "version": "1.0",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon128.png"
  }
}