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