Skip to content

Commit

Permalink
Add scoop configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Dec 3, 2019
1 parent d7557d1 commit 5978c97
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,11 @@ dockers:
- "--label=org.label-schema.name={{.ProjectName}}"
extra_files:
- docker/run.sh

scoop:
bucket:
owner: wendigo
name: scoop-bucket
homepage: "https://github.com/wendigo/chrome-protocol-proxy"
description: "chrome-protocol-proxy is small reverse websocket proxy designed for chrome debugging protocol. It's purpose is to capture messages written to and received from Chrome Debugging Protocol, coalesce requests with responses, unpack messages from Target domain and provide easy to read, colored output."
license: MIT

0 comments on commit 5978c97

Please sign in to comment.