Run!  Gojira!

Run! Gojira!

Removes cruft from the Jira interface

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Run!  Gojira!",
  "version": "1.1",
  "manifest_version": 2,
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "description": "Removes cruft from the Jira interface",
  "content_scripts": [
    {
      "matches": [
        "http://jira.prod.cs/secure/CreateIssue.jspa?pid=10173&issuetype=14"
      ],
      "js": [
        "jquery.js",
        "trouble_issue.js"
      ]
    }
  ]
}