Evil Souleater

Evil Souleater

Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Evil Souleater",
  "version": "1.11",
  "manifest_version": 2,
  "description": "Drive your friends and coworkers crazy : the Evil Souleater changes all dates in your browser.",
  "icons": {
    "48": "icon_full_48.png",
    "128": "icon_full_128.png"
  },
  "page_action": {
    "default_icon": "icon_full.png",
    "default_title": "Evil Souleater"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-2.1.3.min.js",
        "alert.js"
      ]
    }
  ]
}