PrivacyCheck

PrivacyCheck

PrivacyCheck is a data mining tool that analyzes the text of privacy policies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PrivacyCheck",
  "version": "3.0.1",
  "manifest_version": 2,
  "description": "PrivacyCheck is a data mining tool that analyzes the text of privacy policies.",
  "browser_action": {
    "default_icon": "PrivacyCheck.png",
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' 'sha256-EVPGaknyUUDmljj/rm20oYNePvRDBfemSwaAWvyUsA0='; object-src 'self'",
  "permissions": [
    "activeTab"
  ]
}