mirror of
https://github.com/golang/go
synced 2024-11-11 18:21:40 -07:00
f4349f7368
R=rsc CC=golang-dev https://golang.org/cl/4560056
18 lines
328 B
JSON
18 lines
328 B
JSON
{
|
|
"name": "Hacking Gopher",
|
|
"version": "1.0",
|
|
"description": "Go Hacking utility",
|
|
"background_page": "background.html",
|
|
"browser_action": {
|
|
"default_icon": "gopher.png",
|
|
"popup": "popup.html"
|
|
},
|
|
"omnibox": { "keyword": "go" },
|
|
"icons": {
|
|
"16": "gopher.png"
|
|
},
|
|
"permissions": [
|
|
"tabs"
|
|
]
|
|
}
|