Skip to content

Commit e184bdc

Browse files
committed
fix: permissions error fix
1 parent 5d9b222 commit e184bdc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "q",
33
"private": true,
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

static/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"manifest_version": 3,
33
"name": "Q",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"description": "An extension that converts your new tab into a productivity powerhouse.",
6-
"permissions": ["topSites, geolocation"],
6+
"permissions": ["topSites", "geolocation"],
77
"chrome_url_overrides": {
88
"newtab": "index.html"
99
},

0 commit comments

Comments
 (0)