Skip to content

Commit 290dc9e

Browse files
committedMar 15, 2025·
chore(manifest): bump version to 1.0.1 and format permissions
1 parent 9af9d6c commit 290dc9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"{{firefox}}.manifest_version": 3,
44
"name": "Widgetify",
55
"description": "Transform your new tab into a smart dashboard with Widgetify! Get currency rates, crypto prices, weather & more.",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"author": "https://github.com/widgetify-app",
88
"icons": {
99
"16": "icons/icon16.png",
1010
"32": "icons/icon32.png",
1111
"48": "icons/icon48.png",
1212
"128": "icons/icon128.png"
1313
},
14-
"permissions": ["storage","search"],
14+
"permissions": ["storage", "search"],
1515
"chrome_url_overrides": {
1616
"newtab": "src/index.html"
1717
},

0 commit comments

Comments
 (0)
Please sign in to comment.