Breaking Up Non Neutrality In English Script

Breaking Up Non Neutrality In English Script

Replaces he/she with they; per 16th Century English Grammar

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Davi Ottenheimer",
  "manifest_version": 2,
  "name": "Breaking Up Non Neutrality In English Script",
  "short_name": "BUNNIES",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1515.7.13",
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Replaces he/she with they; per 16th Century English Grammar",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "BUNNIES",
    "popup": "popup.html"
  }
}