No Haters

No Haters

Be notified if you're visiting the website of a company that opposes sexual equality.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "No Haters",
  "version": "0.1",
  "description": "Be notified if you're visiting the website of a company that opposes sexual equality.",
  "background": {
    "page": "bg.html"
  },
  "page_action": {
    "default_icon": "icon.png",
    "default_title": "Known Opponent to Sexual Equality! Click to toggle this popup."
  },
  "permissions": [
    "http://*/",
    "https://*/",
    "tabs"
  ]
}