Story Time

Story Time

This extension adds icons at the end of the Pivotal Tacker ticket. There will be one icon for every day since the ticket was…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Story Time",
  "version": "0.5",
  "content_scripts": [
    {
      "matches": [
        "https://www.pivotaltracker.com/n/projects/*"
      ],
      "js": [
        "jquery.js",
        "story_time.js",
        "main.js"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2
}