Refactor everything
This commit is contained in:
parent
b56ce43c80
commit
57903d4724
45 changed files with 514 additions and 416 deletions
22
internal/server/public/manifest.json
Normal file
22
internal/server/public/manifest.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"short_name": "Hibiscus",
|
||||
"name": "Hibiscus.txt",
|
||||
"description": "A plaintext diary",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/public/favicon-512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
},
|
||||
{
|
||||
"src": "/public/favicon.ico",
|
||||
"type": "image/x-icon",
|
||||
"sizes": "16x16"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
"display": "fullscreen",
|
||||
"scope": "/",
|
||||
"background_color": "#f5f0e1",
|
||||
"theme_color": "#f85552"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue