diff options
| -rw-r--r-- | manifest.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..21fa13e --- /dev/null +++ b/manifest.json @@ -0,0 +1,12 @@ +{ + "manifest_version": 2, + + "name": "Jira Whozits", + "description": "Add ids to person sections on the scrum board for faster navigation.", + "version": "0.0.1", + + "content_scripts": [{ + "matches": ["*://*.atlassian.net/secure/RapidBoard.jspa*"], + "js": ["main.js"] + }] +} |
