1
0
mirror of https://github.com/golang/go synced 2024-11-11 18:21:40 -07:00
go/misc/chrome/gophertool/manifest.json
2011-05-31 13:16:51 -07:00

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"
]
}