Skip to content

Commit 3807f35

Browse files
medyogithub-actions[bot]
authored andcommitted
ci: Bump manifest version to v1.24.6
1 parent f112224 commit 3807f35

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

public/base.manifest.json

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

0 commit comments

Comments
 (0)