Freedom to More Freedom

Freedom to More Freedom

Replaces the text 'Security' with 'Freedom'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Freedom to More Freedom",
  "version": "1.0",
  "description": "Replaces the text 'Security' with 'Freedom'.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}