1
0
mirror of https://github.com/golang/go synced 2024-11-22 05:24:39 -07:00
go/misc/chrome/gophertool/manifest.json
Brad Fitzpatrick 09dd5bf13b gophertool: Chrome extension to aid in Go development
Contains common links & a smart text box that recognizes various
identifiers and jumps to one of:

* issue URL,
* codereview URL,
* commit URL,
* package docs

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4553058
2011-05-23 14:05:18 -07:00

13 lines
213 B
JSON

{
"name": "Hacking Gopher",
"version": "1.0",
"description": "Go Hacking utility",
"browser_action": {
"default_icon": "gopher.png",
"popup": "popup.html"
},
"permissions": [
"tabs"
]
}