mirror of
https://github.com/golang/go
synced 2024-11-22 05:24:39 -07:00
09dd5bf13b
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
13 lines
213 B
JSON
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"
|
|
]
|
|
}
|