We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cdf38 commit 8718c43Copy full SHA for 8718c43
1 file changed
public/manifest.json
@@ -1,17 +1,15 @@
1
{
2
"name": "Hackertab.dev - developer news",
3
"description": "All developer news in one tab",
4
- "version": ".1.14.3",
+ "version": "1.14.3",
5
"manifest_version": 3,
6
"chrome_url_overrides": {
7
"newtab": "index.html"
8
},
9
"background": {
10
"service_worker": "background.js"
11
12
- "host_permissions": [
13
- "https://*.hackertab.dev/*"
14
- ],
+ "host_permissions": ["https://*.hackertab.dev/*"],
15
"icons": {
16
"16": "/logos/logo16.png",
17
"32": "/logos/logo32.png",
0 commit comments