We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f112224 commit 3807f35Copy full SHA for 3807f35
public/base.manifest.json
@@ -2,16 +2,22 @@
2
"manifest_version": 3,
3
"name": "Hackertab.dev - developer news",
4
"description": "All developer news in one tab",
5
- "version": "1.24.5",
+ "version": "1.24.6",
6
"chrome_url_overrides": {
7
"newtab": "index.html"
8
},
9
- "host_permissions": ["https://*.hackertab.dev/*"],
+ "host_permissions": [
10
+ "https://*.hackertab.dev/*"
11
+ ],
12
"content_scripts": [
13
{
- "matches": ["https://hackertab.dev/*"],
14
+ "matches": [
15
+ "https://hackertab.dev/*"
16
17
"run_at": "document_start",
- "js": ["content.js"]
18
+ "js": [
19
+ "content.js"
20
+ ]
21
}
22
],
23
"icons": {
0 commit comments