Skip to content

Commit 2eb64ac

Browse files
committed
Bump manifest version
1 parent de1f816 commit 2eb64ac

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

public/manifest.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@
77
"newtab": "index.html"
88
},
99
"background": {
10-
"scripts": ["background.js"]
10+
"scripts": [
11+
"background.js"
12+
]
1113
},
12-
"permissions": ["https://*.hackertab.dev/*"],
14+
"permissions": [
15+
"https://*.hackertab.dev/*"
16+
],
1317
"icons": {
1418
"16": "/logos/logo16.png",
1519
"32": "/logos/logo32.png",

0 commit comments

Comments
 (0)