Skip to content

Commit f130349

Browse files
committed
Bump manifest version
1 parent 6530ebb commit f130349

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

public/manifest.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
{
22
"name": "Hackertab.dev",
33
"description": "The Developer’s Homepage",
4-
"version": "1.12.0",
4+
"version": "1.12.1",
55
"manifest_version": 2,
66
"chrome_url_overrides": {
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)