Initial commit: Go 1.23 release state
This commit is contained in:
20
misc/chrome/gophertool/manifest.json
Normal file
20
misc/chrome/gophertool/manifest.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "Hacking Gopher",
|
||||
"version": "1.0",
|
||||
"manifest_version": 2,
|
||||
"description": "Go Hacking utility",
|
||||
"background": {
|
||||
"page": "background.html"
|
||||
},
|
||||
"browser_action": {
|
||||
"default_icon": "gopher.png",
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"omnibox": { "keyword": "golang" },
|
||||
"icons": {
|
||||
"16": "gopher.png"
|
||||
},
|
||||
"permissions": [
|
||||
"tabs"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user