Recognize Taiwan

Recognize Taiwan

Recognize Taiwan☆ as the free and democratic nation that it is. We correct false descriptions of Taiwan on your screen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Recognize Taiwan",
  "short_name": "Recognize Taiwan",
  "manifest_version": 3,
  "version": "1.5",
  "description": "Recognize Taiwan☆ as the free and democratic nation that it is. We correct false descriptions of Taiwan on your screen.",
  "author": "S",
  "icons": {
    "16": "tw128.png",
    "48": "tw128.png",
    "128": "tw128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ]
}