JIRA Total Board

JIRA Total Board

JIRA Total Bord (by Amit Shvil)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "JIRA Total Board",
  "version": "0.0.132",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/Red_Point.png",
    "128": "images/Red_Point.png"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "https://*/*/RapidBoard.jspa*"
      ],
      "js": [
        "scripts/jquery.js",
        "scripts/jira-scrum.js"
      ]
    },
    {
      "matches": [
        "https://jira.wixpress.com/*"
      ],
      "js": [
        "scripts/jquery.js",
        "scripts/clipboard.js",
        "scripts/open-black.js"
      ]
    }
  ]
}