Phish Curveball Countdown

Phish Curveball Countdown

This extension will calculate how long until the first set of Curveball begins.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "countdowner.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "This extension will calculate how long until the first set of Curveball begins.",
  "manifest_version": 2,
  "name": "Phish Curveball Countdown Timer",
  "permissions": [],
  "version": "24.422resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{3c78445c-ae0a-49fb-9113-06bb0a78802d}"
    }
  }
}