Skip to content

Commit ab7643a

Browse files
committed
v3.0.0-alpha-1
1 parent 23a0e8f commit ab7643a

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

manifest.json

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "floccus",
44
"short_name": "floccus",
5-
"version": "2.2.7",
5+
"version": "3.0.0",
66
"description": "Sync your bookmarks with nextcloud",
77
"icons": {
88
"48": "icons/logo.png"
@@ -15,26 +15,20 @@
1515
}
1616
},
1717

18-
"permissions": [
19-
"https://*/"
20-
, "http://*/"
21-
, "alarms"
22-
, "bookmarks"
23-
, "storage"
24-
],
18+
"permissions": ["https://*/", "http://*/", "alarms", "bookmarks", "storage"],
2519

2620
"options_ui": {
2721
"page": "dist/html/options.html"
2822
},
2923

30-
"browser_action": {
31-
"browser_style": true,
32-
"default_icon": {
33-
"48": "icons/logo.png"
34-
},
35-
"default_title": "Open Floccus options",
36-
"default_popup": "dist/html/options.html"
37-
},
24+
"browser_action": {
25+
"browser_style": true,
26+
"default_icon": {
27+
"48": "icons/logo.png"
28+
},
29+
"default_title": "Open Floccus options",
30+
"default_popup": "dist/html/options.html"
31+
},
3832

3933
"background": {
4034
"page": "dist/html/background.html"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "floccus",
3-
"version": "2.2.7",
3+
"version": "3.0.0-alpha-1",
44
"description": "Sync your bookmarks with nextcloud",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)