pwa
This commit is contained in:
parent
cb1a04a0c4
commit
9ef1cfb8f8
BIN
static/pyrite-192x192.png
Normal file
BIN
static/pyrite-192x192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
static/pyrite-512x512.png
Normal file
BIN
static/pyrite-512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 KiB |
@ -3,11 +3,19 @@
|
||||
"short_name": "Pyrite",
|
||||
"start_url": "/pyrite",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#eed89b",
|
||||
"theme_color": "#eed89b",
|
||||
"description": "A music streaming application.",
|
||||
"icons": [{
|
||||
"src": "/favicon.ico",
|
||||
"sizes": "16x16"
|
||||
}]
|
||||
"icons": [
|
||||
{
|
||||
"src": "/pyrite/static/pyrite-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/pyrite/static/pyrite-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user