Add JRDA rules
This commit is contained in:
parent
5d7c607980
commit
d53103f7cf
|
@ -8,7 +8,7 @@
|
||||||
"description": "Short application name"
|
"description": "Short application name"
|
||||||
},
|
},
|
||||||
"appDesc": {
|
"appDesc": {
|
||||||
"message": "Roller Derby Scoreboard for WFTDA, USARS, RDCL, and MADE",
|
"message": "Roller Derby Scoreboard for WFTDA, USARS, RDCL, MADE, and JRDA",
|
||||||
"description": "Application description for app store listing"
|
"description": "Application description for app store listing"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"short_name": "__MSG_appShortName__",
|
"short_name": "__MSG_appShortName__",
|
||||||
"description": "__MSG_appDesc__",
|
"description": "__MSG_appDesc__",
|
||||||
"author": "Neale Pickett <neale@woozle.org>",
|
"author": "Neale Pickett <neale@woozle.org>",
|
||||||
"version": "6.0.2",
|
"version": "6.1",
|
||||||
"app": {
|
"app": {
|
||||||
"background": {
|
"background": {
|
||||||
"scripts": ["res/background.js"]
|
"scripts": ["res/background.js"]
|
||||||
|
|
|
@ -197,7 +197,6 @@ input[readonly] {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
cursor: crosshair;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#prefs {
|
#prefs {
|
||||||
|
|
|
@ -29,7 +29,8 @@ var presets = [
|
||||||
["WFTDA", 30 * 60 * 1000, 120 * 1000, 30 * 1000, 3],
|
["WFTDA", 30 * 60 * 1000, 120 * 1000, 30 * 1000, 3],
|
||||||
["USARS", 30 * 60 * 1000, 90 * 1000, 30 * 1000, 3],
|
["USARS", 30 * 60 * 1000, 90 * 1000, 30 * 1000, 3],
|
||||||
["RDCL", 15 * 60 * 1000, 60 * 1000, 30 * 1000, 3],
|
["RDCL", 15 * 60 * 1000, 60 * 1000, 30 * 1000, 3],
|
||||||
["MADE", 15 * 60 * 1000, 90 * 1000, 30 * 1000, 1]
|
["MADE", 15 * 60 * 1000, 90 * 1000, 30 * 1000, 1],
|
||||||
|
["JRDA", 30 * 60 * 1000, 120 * 1000, 30 * 1000, 2]
|
||||||
];
|
];
|
||||||
var period_time;
|
var period_time;
|
||||||
var jam_time;
|
var jam_time;
|
||||||
|
|
Loading…
Reference in New Issue