File tree Expand file tree Collapse file tree 1 file changed +30
-29
lines changed Expand file tree Collapse file tree 1 file changed +30
-29
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ }
You can’t perform that action at this time.
0 commit comments