Skip to content

Commit f94b5cf

Browse files
committed
Add Firefox manifest.json
1 parent 208c5bc commit f94b5cf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

manifest.json renamed to manifest-firefox.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
"version": "0.0.4",
55
"description": "Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.",
66
"permissions": [],
7-
"background": {},
87
"short_name": "Hashnode",
98
"browser_action": {
9+
"default_icon": {
10+
"19": "images/hn-logo-16.png",
11+
"38": "images/hn-logo-32.png"
12+
},
13+
"default_title": "Hashnode",
1014
"default_popup": "index.html"
1115
},
12-
"externally_connectable": {
13-
"matches": ["*://*.hashnode.com/*"]
14-
},
1516
"author": "Hashnode",
1617
"homepage_url": "https://hashnode.com",
1718
"icons": {

0 commit comments

Comments
 (0)