We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9b222 commit e184bdcCopy full SHA for e184bdc
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "q",
3
"private": true,
4
- "version": "0.3.1",
+ "version": "0.3.2",
5
"type": "module",
6
"scripts": {
7
"dev": "vite dev",
static/manifest.json
@@ -1,9 +1,9 @@
"manifest_version": 3,
"name": "Q",
"description": "An extension that converts your new tab into a productivity powerhouse.",
- "permissions": ["topSites, geolocation"],
+ "permissions": ["topSites", "geolocation"],
"chrome_url_overrides": {
8
"newtab": "index.html"
9
},
0 commit comments