Free Speech

Free Speech

A browser extension which allows for comments and rating on any website, bypassing established censorship.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Free Speech",
  "description": "A browser extension which allows for comments and rating on any website, bypassing established censorship.",
  "version": "0.3",
  "permissions": [
    "tabs"
  ],
  "icons": {
    "128": "images/icon1.png"
  },
  "action": {
    "default_popup": "popup.html"
  }
}