Skip to content

Commit c54657d

Browse files
committed
chore: bump version to 1.23.2 and clean up manifest formatting
1 parent 390686d commit c54657d

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

public/base.manifest.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,16 @@
22
"manifest_version": 3,
33
"name": "Hackertab.dev - developer news",
44
"description": "All developer news in one tab",
5-
"version": "1.23.1",
5+
"version": "1.23.2",
66
"chrome_url_overrides": {
77
"newtab": "index.html"
88
},
9-
"host_permissions": [
10-
"https://*.hackertab.dev/*"
11-
],
9+
"host_permissions": ["https://*.hackertab.dev/*"],
1210
"content_scripts": [
1311
{
14-
"matches": [
15-
"https://hackertab.dev/*"
16-
],
12+
"matches": ["https://hackertab.dev/*"],
1713
"run_at": "document_start",
18-
"js": [
19-
"content.js"
20-
]
14+
"js": ["content.js"]
2115
}
2216
],
2317
"icons": {

0 commit comments

Comments
 (0)