Skip to content

Commit

Permalink
Interval to 5 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
ripexz committed Aug 8, 2014
1 parent 239aba8 commit 5c666c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function addAlarm() {
if (typeof alarm == "undefined") {
chrome.alarms.create("csgobetalert", {
when: Date.now(),
periodInMinutes: 0.1
periodInMinutes: 5.0
});
}
});
Expand Down
2 changes: 1 addition & 1 deletion badge.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "CS:GO Bet Alert",
"description": "CS:GO Bet Alert lists any active games on CS:GO Lounge so that you never miss the chance to lose your rares!",
"version": "1.0",
"version": "1.0.1",

"icons": {
"16": "icon16.png",
Expand Down

0 comments on commit 5c666c1

Please sign in to comment.