Skip to content

Commit b3268c1

Browse files
author
Sebastian Korotkiewicz
committed
small changes in manifest
1 parent 5516677 commit b3268c1

File tree

1 file changed

+30
-29
lines changed

1 file changed

+30
-29
lines changed

manifest.json

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
{
2-
"name": "Miniflux Notifications",
3-
"version": "1.0.3.2",
4-
"manifest_version": 2,
5-
6-
"description": "Miniflux feed reader Notifications",
7-
"icons": {
8-
"16": "img/icon.png",
9-
"32": "img/icon.png",
10-
"48": "img/icon.png",
11-
"64": "img/icon.png",
12-
"128": "img/icon.png"
13-
},
14-
"homepage_url": "https://gitlab.itunix.eu/skorotkiewicz/miniflux-chrome-notifier",
15-
"background":{
16-
"persistent": true,
17-
"page" : "background.html"},
18-
"permissions": [
19-
"https://*/*",
20-
"notifications",
21-
"storage",
22-
"alarms"
23-
],
24-
"options_page": "options.html",
25-
"browser_action": {
26-
"default_icon": "img/icon.png",
27-
"default_title": "Miniflux Notifier",
28-
"default_popup": "popup.html"
29-
}
30-
}
2+
"name": "Miniflux Notifications",
3+
"version": "1.0.3.2",
4+
"manifest_version": 2,
5+
"description": "Miniflux feed reader Notifications",
6+
"icons": {
7+
"16": "img/icon.png",
8+
"32": "img/icon.png",
9+
"48": "img/icon.png",
10+
"64": "img/icon.png",
11+
"128": "img/icon.png"
12+
},
13+
"homepage_url": "https://gitlab.itunix.eu/skorotkiewicz/miniflux-chrome-notifier",
14+
"background": {
15+
"persistent": true,
16+
"page": "background.html"
17+
},
18+
"permissions": [
19+
"https://*/*",
20+
"http://*/*",
21+
"notifications",
22+
"storage",
23+
"alarms"
24+
],
25+
"options_page": "options.html",
26+
"browser_action": {
27+
"default_icon": "img/icon.png",
28+
"default_title": "Miniflux Notifier",
29+
"default_popup": "popup.html"
30+
}
31+
}

0 commit comments

Comments
 (0)