Added icon and changed name

This commit is contained in:
DutchEllie 2022-03-13 15:27:47 +01:00
parent fbf56fdec8
commit 081b58bb16
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
3 changed files with 21 additions and 2 deletions

23
main.go
View File

@ -31,9 +31,28 @@ func main() {
// It exits immediately on the server side
app.RunWhenOnBrowser()
icon := &app.Icon{
Default: "/web/static/images/icon-small.png",
Large: "/web/static/images/icon.png",
}
handler := &app.Handler{
Name: "Internetica Galactica",
Description: "A 1990's style PWA!",
Name: "Internetica Galactica",
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{
"/web/static/style.css",
"/web/static/adreena.css",

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
web/static/images/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB