Terms of Service; Didn’t Read

Terms of Service; Didn’t Read

Get information instantly about websites' terms of service and privacy policies, with ratings and summaries from the www.tosdr.org.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "2.0.0",
  "homepage_url": "https://tosdr.org",
  "background": {
    "scripts": [
      "popup/js/jquery-3.2.1.min.js",
      "popup/js/servicedata.js",
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": {
      "19": "button/icon-19.png",
      "38": "button/icon-38.png"
    },
    "default_title": "__MSG_extensionName__",
    "browser_style": true
  },
  "permissions": [
    "*://tosdr.org/*",
    "tabs",
    "notifications",
    "storage"
  ],
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/[email protected]"
  },
  "default_locale": "en",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}