Added manifest.json
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
5a939a8fed
commit
903dfb6831
BIN
frontend/icons-192.png
Normal file
BIN
frontend/icons-192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
frontend/icons-512.png
Normal file
BIN
frontend/icons-512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
21
frontend/manifest.json
Normal file
21
frontend/manifest.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"short_name": "Photos.Ketr",
|
||||
"name": "Ketrenos Photos",
|
||||
"icons": [
|
||||
{
|
||||
"src": "icons-192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "icons-512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
"background_color": "#ddd",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"theme_color": "#ddd"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user