HackerNotes Plugin

HackerNotes Plugin

Open HackerNotes page of a Github Repository.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HackerNotes Plugin",
  "version": "1.1",
  "description": "Open HackerNotes page of a Github Repository.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "icon-16.jpg",
    "default_title": "HackerNotes"
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "48": "icon-48.jpg",
    "128": "icon-128.jpg"
  },
  "manifest_version": 2
}