Pivotal Over 9000

Pivotal Over 9000

Sets the velocity of a pivotal project to over 9000 on page load

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pivotal Over 9000",
  "version": "0.1.0",
  "description": "Sets the velocity of a pivotal project to over 9000 on page load",
  "browser_action": {
    "default_icon": "security.png"
  },
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "https://www.pivotaltracker.com/n/projects/*"
      ]
    }
  ]
}