We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6530ebb commit f130349Copy full SHA for f130349
1 file changed
public/manifest.json
@@ -1,15 +1,19 @@
1
{
2
"name": "Hackertab.dev",
3
"description": "The Developer’s Homepage",
4
- "version": "1.12.0",
+ "version": "1.12.1",
5
"manifest_version": 2,
6
"chrome_url_overrides": {
7
"newtab": "index.html"
8
},
9
"background": {
10
- "scripts": ["background.js"]
+ "scripts": [
11
+ "background.js"
12
+ ]
13
- "permissions": ["https://*.hackertab.dev/*"],
14
+ "permissions": [
15
+ "https://*.hackertab.dev/*"
16
+ ],
17
"icons": {
18
"16": "/logos/logo16.png",
19
"32": "/logos/logo32.png",
0 commit comments