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