we are human.

we are human.

Black people/African-Americans are humans. This chrome extension helps remind you.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "we are human.",
  "version": "1.0",
  "description": "Black people/African-Americans are humans. This chrome extension helps remind you.",
  "icons": {
    "128": "images/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "myscript.js"
      ],
      "run_at": "document_end"
    }
  ]
}