We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208c5bc commit f94b5cfCopy full SHA for f94b5cf
manifest.json manifest-firefox.jsonmanifest.json renamed to manifest-firefox.json
@@ -4,14 +4,15 @@
4
"version": "0.0.4",
5
"description": "Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.",
6
"permissions": [],
7
- "background": {},
8
"short_name": "Hashnode",
9
"browser_action": {
+ "default_icon": {
10
+ "19": "images/hn-logo-16.png",
11
+ "38": "images/hn-logo-32.png"
12
+ },
13
+ "default_title": "Hashnode",
14
"default_popup": "index.html"
15
},
- "externally_connectable": {
- "matches": ["*://*.hashnode.com/*"]
- },
16
"author": "Hashnode",
17
"homepage_url": "https://hashnode.com",
18
"icons": {
0 commit comments