Github Release Helper

Github Release Helper

Generate github release notes with 1 click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Github Release Helper",
  "version": "1.2.0",
  "manifest_version": 2,
  "description": "Generate github release notes with 1 click.",
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon16.png",
    "default_title": "Generate Release Notes"
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "https://github.com/",
    "activeTab",
    "storage"
  ]
}