Gay? Wikipedia

Gay? Wikipedia

Change the word "Personal Life" to "Gay?" on Wikipedia pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.1",
  "name": "Gay? Wikipedia",
  "short_name": "Gay? Wikipedia",
  "description": "Change the word \"Personal Life\" to \"Gay?\" on Wikipedia pages",
  "author": "Lee Chu Yem",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "19": "images/icon19.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png",
      "38": "images/icon38.png",
      "48": "images/icon48.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://en.wikipedia.org/wiki/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}