Skip to content

Commit 543a8a7

Browse files
committed
feat: update manifest name and description for clarity and consistency
1 parent d0e5303 commit 543a8a7

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

public/base.manifest.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
{
22
"manifest_version": 3,
3-
"name": "Hackertab.dev - developer news",
4-
"description": "All developer news in one tab",
3+
"name": "Hackertab – Dev News & GitHub in New Tab",
4+
"description": "Developer news from GitHub Trending, Hacker News, and more, all in your new tab.",
55
"version": "1.26.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)