Skip to content

Commit 25141a8

Browse files
committed
Merge branch 'develop'
2 parents 7db66f5 + ad53ecf commit 25141a8

16 files changed

+4
-6
lines changed

js/bend/events/pull_request_event.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ spk.events.pullRequestEvent = (function () {
2626

2727
switch (action) {
2828
case 'opened':
29+
case 'reopened':
2930
icon = 'img/events/pr-opened.png';
3031
break;
3132
case 'closed':

manifest.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 2,
3-
"name": "Spokesman -GitHub's notifications interpreter",
3+
"name": "Spokesman - GitHub's notifications",
44
"short_name": "Spokesman",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"description": "Get desktop notifications of events that occur on GitHub that really interest you.",
77
"browser_action": {
88
"default_icon": {
@@ -17,10 +17,7 @@
1717
"48": "img/megaphone17-64.png",
1818
"128": "img/megaphone17-128.png"
1919
},
20-
"options_ui": {
21-
"chrome_style": false,
22-
"page": "views/settings.html"
23-
},
20+
"options_page": "views/settings.html",
2421
"permissions": [
2522
"alarms",
2623
"notifications",
File renamed without changes.

store/marquee.png

228 KB
Loading

store/marquee.xcf

2.4 MB
Binary file not shown.
103 KB
Loading
188 KB
Binary file not shown.

store/mosaic-small_notifications.png

54.8 KB
Loading

store/mosaic-small_notifications.xcf

125 KB
Binary file not shown.

store/screenshots/comment.png

275 KB
Loading

store/screenshots/more info.png

166 KB
Loading

store/screenshots/pr-merged.png

270 KB
Loading

store/screenshots/pr-opened.png

271 KB
Loading

store/screenshots/pr-reopened.png

273 KB
Loading

store/screenshots/release.png

271 KB
Loading

store/screenshots/settings.png

196 KB
Loading

0 commit comments

Comments
 (0)