Valentines For Werewolves

Valentines For Werewolves

February 14th wasn't always "Valentine's Day". Acknowledge the day's origins by applying an alternate name coined by Warren Ellis.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "A. Quinton - argylewerewolf.com",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "lupercalia.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "February 14th wasn't always \"Valentine's Day\". Acknowledge the day's origins by applying an alternate name coined by Warren Ellis.",
  "icons": {
    "32": "icon-32.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "name": "Valentines For Werewolves",
  "version": "0.3"
}