Chinese Taipei 中華臺北

Chinese Taipei 中華臺北

將所有「臺灣」取代為「中華臺北」以符合國人期待。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chinese Taipei 中華臺北",
  "short_name": "中華臺北",
  "description": "將所有「臺灣」取代為「中華臺北」以符合國人期待。",
  "version": "0.3.2",
  "minimum_chrome_version": "40",
  "manifest_version": 2,
  "icons": {
    "16": "icons/tpe-16.png",
    "48": "icons/tpe-48.png",
    "128": "icons/tpe-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "tpe.js"
      ],
      "css": [
        "tpe.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "TpeFlagFont.tff",
    "tpe.png",
    "replacement.json"
  ],
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_security_policy": "script-src 'self' https://*.google-analytics.com ; object-src 'self'"
}