Twilify

Twilify

Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "js": [
        "contentscript.js",
        "main.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "twilify.js"
  ],
  "name": "Twilify",
  "description": "Reduces all mentions of the Israel/Palestine conflict into a fight between Twilight fans.",
  "version": "1.0.3",
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "browser_action": {
    "default_icon": "apple.png",
    "default_title": "Twilify"
  },
  "permissions": [
    "tabs",
    "*://*/*",
    "contextMenus"
  ]
}