-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tried to make it New Firefox Compatible
- Loading branch information
Rick Pastoor
committed
Nov 14, 2017
1 parent
d5a971e
commit 03455ae
Showing
6 changed files
with
35 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export SCRUMMER_VERSION="0.24" | ||
export SCRUMMER_VERSION="0.25" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "Scrummer", | ||
"version": "SCRUMMER_VERSION", | ||
"description": "Adds Storypoints to Trello", | ||
"content_scripts": [ | ||
{ | ||
"run_at": "document_end", | ||
"matches": ["https://trello.com/*"], | ||
"js": ["scrummer.js"], | ||
"css": ["scrummer.css"] | ||
} | ||
], | ||
"manifest_version" : 2, | ||
"applications": { | ||
"gecko": { | ||
"id": "scrummer@jetpack" | ||
} | ||
}, | ||
"icons": { | ||
"48": "img/icon48.png", | ||
"128": "img/icon128.png", | ||
"1024": "img/icon1024.png" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters