2011-05-23 15:05:18 -06:00
|
|
|
{
|
|
|
|
"name": "Hacking Gopher",
|
|
|
|
"version": "1.0",
|
2012-06-25 15:19:08 -06:00
|
|
|
"manifest_version": 2,
|
2011-05-23 15:05:18 -06:00
|
|
|
"description": "Go Hacking utility",
|
2012-06-25 15:19:08 -06:00
|
|
|
"background": {
|
|
|
|
"page": "background.html"
|
|
|
|
},
|
2011-05-23 15:05:18 -06:00
|
|
|
"browser_action": {
|
|
|
|
"default_icon": "gopher.png",
|
2012-07-05 14:52:13 -06:00
|
|
|
"default_popup": "popup.html"
|
2011-05-23 15:05:18 -06:00
|
|
|
},
|
2011-05-31 15:24:33 -06:00
|
|
|
"omnibox": { "keyword": "golang" },
|
2011-05-31 14:16:51 -06:00
|
|
|
"icons": {
|
|
|
|
"16": "gopher.png"
|
|
|
|
},
|
2011-05-23 15:05:18 -06:00
|
|
|
"permissions": [
|
|
|
|
"tabs"
|
|
|
|
]
|
|
|
|
}
|