go/misc/chrome/gophertool/manifest.json
2011-06-01 07:24:33 +10:00

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