Hashnode — The Dev Community

Hashnode — The Dev Community

Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hashnode — The Dev Community",
  "manifest_version": 2,
  "version": "0.1.4",
  "description": "Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.",
  "background": {},
  "short_name": "Hashnode",
  "browser_action": {
    "default_popup": "index.html"
  },
  "externally_connectable": {
    "matches": [
      "*://*.hashnode.com/*"
    ]
  },
  "author": "Hashnode",
  "homepage_url": "https://hashnode.com",
  "icons": {
    "16": "images/hn-logo-16.png",
    "32": "images/hn-logo-32.png",
    "48": "images/hn-logo-48.png",
    "128": "images/hn-logo-128.png"
  }
}