Policy Highlights: Focus on Vital Keywords

Policy Highlights: Focus on Vital Keywords

Auto highlight important keywords on any privacy policy or terms of service to quickly find and understand critical sections.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Policy Highlights: Focus on Vital Keywords",
  "short_name": "WeArePrivacy",
  "version": "1.0.4",
  "default_locale": "en",
  "description": "Auto highlight important keywords on any privacy policy or terms of service to quickly find and understand critical sections.",
  "homepage_url": "https://weareprivacy.com",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "permissions": [
    "webNavigation",
    "tabs",
    "storage",
    "*://*/*"
  ],
  "browser_action": {
    "default_title": "WeArePrivacy",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "public/favicon/favicon-16x16.png",
      "32": "public/favicon/favicon-32x32.png",
      "128": "public/favicon/favicon-128x128.png"
    }
  },
  "icons": {
    "16": "public/favicon/favicon-16x16.png",
    "32": "public/favicon/favicon-32x32.png",
    "128": "public/favicon/favicon-128x128.png"
  }
}