mirror of
https://github.com/golang/go
synced 2024-11-24 22:27:57 -07:00
13 lines
213 B
JSON
13 lines
213 B
JSON
|
{
|
||
|
"name": "Hacking Gopher",
|
||
|
"version": "1.0",
|
||
|
"description": "Go Hacking utility",
|
||
|
"browser_action": {
|
||
|
"default_icon": "gopher.png",
|
||
|
"popup": "popup.html"
|
||
|
},
|
||
|
"permissions": [
|
||
|
"tabs"
|
||
|
]
|
||
|
}
|