mirror of
https://github.com/golang/go
synced 2024-11-12 08:40:21 -07:00
378c806c31
R=bradfitz CC=golang-dev https://golang.org/cl/4529102
18 lines
332 B
JSON
18 lines
332 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": "golang" },
|
|
"icons": {
|
|
"16": "gopher.png"
|
|
},
|
|
"permissions": [
|
|
"tabs"
|
|
]
|
|
}
|