aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
diff options
context:
space:
mode:
authorTeddy Wing2013-03-23 18:59:29 -0400
committerTeddy Wing2013-03-23 18:59:29 -0400
commit4b9ab6c253fcb6fe15e049564457717f82dcae2d (patch)
tree2c6bfd8e9bc25ced1de97e24d4c6db4aa6f6d9c6 /manifest.json
parente4750f02abdd41bb2578298dea3153e66f810fd7 (diff)
downloadScrumDo-Trellic-4b9ab6c253fcb6fe15e049564457717f82dcae2d.tar.bz2
Start of current story selection
Almost works. Works for arrow up and down, but not left and right. Was trying to get a wraparound working, but I think I'm just going to quit while I'm behind and disable left and right movement to columns that have no stories.
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 45764ba..d6be97e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -13,7 +13,8 @@
"content_scripts": [
{
"matches": ["*://*.scrumdo.com/projects/project/*/iteration/*/board"],
- "js": ["jquery.min.js", "better-scrumdo.js"]
+ "js": ["jquery.min.js", "better-scrumdo.js"],
+ "css": ["better-scrumdo.css"]
}
],