Terms of Service; Didn’t Read

Terms of Service; Didn’t Read

“I have read and agree to the Terms” is the biggest lie on the web. We aim to fix that. Get informed instantly about websites' terms & privacy policies, with ratings and summaries from the www.tosdr.org initiative.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "5.0.0.1",
  "homepage_url": "https://tosdr.org",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "jid0-3GUEt1r69sQNSrca5p8kx9Ezc3U@jetpack"
    }
  },
  "action": {
    "default_popup": "views/popup.html",
    "default_icon": "icons/logo/icon32.png"
  },
  "icons": {
    "16": "icons/logo/logo16.png",
    "32": "icons/logo/logo32.png",
    "48": "icons/logo/logo48.png",
    "128": "icons/logo/logo128.png"
  },
  "options_ui": {
    "page": "views/settings/settings.html"
  },
  "default_locale": "en"
}