Confirm your Terms

Confirm your Terms

A Chrome extension that analyzes a terms of service file for you

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "CYT",
  "name": "Confirm your Terms",
  "description": "A Chrome extension that analyzes a terms of service file for you",
  "version": "1.0",
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "activeTab"
  ],
  "action": {
    "default_popup": "index.html",
    "default_title": "Confirm your Terms"
  },
  "icons": {
    "16": "tc144.ico",
    "48": "tc48.ico",
    "128": "tc144.ico"
  }
}