Added icon and changed name
This commit is contained in:
parent
fbf56fdec8
commit
081b58bb16
23
main.go
23
main.go
@ -31,9 +31,28 @@ func main() {
|
|||||||
// It exits immediately on the server side
|
// It exits immediately on the server side
|
||||||
app.RunWhenOnBrowser()
|
app.RunWhenOnBrowser()
|
||||||
|
|
||||||
|
icon := &app.Icon{
|
||||||
|
Default: "/web/static/images/icon-small.png",
|
||||||
|
Large: "/web/static/images/icon.png",
|
||||||
|
}
|
||||||
handler := &app.Handler{
|
handler := &app.Handler{
|
||||||
Name: "Internetica Galactica",
|
Name: "Internetica Galactica",
|
||||||
Description: "A 1990's style PWA!",
|
Icon: *icon,
|
||||||
|
BackgroundColor: "#362730",
|
||||||
|
ThemeColor: "#362730",
|
||||||
|
LoadingLabel: "Internetica Galactica",
|
||||||
|
Title: "Internetica Galactica",
|
||||||
|
Description: "A 1990's style PWA!",
|
||||||
|
Author: "Quenten",
|
||||||
|
Keywords: []string{
|
||||||
|
"Based website",
|
||||||
|
"Cool website",
|
||||||
|
"PWA",
|
||||||
|
"Programming",
|
||||||
|
"Go", "Golang",
|
||||||
|
"Webassembly", "WASM",
|
||||||
|
"DutchEllie", "Quenten",
|
||||||
|
},
|
||||||
Styles: []string{
|
Styles: []string{
|
||||||
"/web/static/style.css",
|
"/web/static/style.css",
|
||||||
"/web/static/adreena.css",
|
"/web/static/adreena.css",
|
||||||
|
BIN
web/static/images/icon-small.png
Normal file
BIN
web/static/images/icon-small.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 12 KiB |
BIN
web/static/images/icon.png
Normal file
BIN
web/static/images/icon.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 28 KiB |
Loading…
Reference in New Issue
Block a user