Chocolatey Quick Installer Helper

Chocolatey Quick Installer Helper

Install chocolatey community packages directly from chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chocolatey Quick Installer Helper",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Install chocolatey community packages directly from chrome.",
  "content_scripts": [
    {
      "matches": [
        "https://community.chocolatey.org/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "icons": {
    "128": "icon-128.png"
  }
}