Added manifest.json, made the site more mobile-friendly
This commit is contained in:
BIN
static/icon512_maskable.png
Normal file
BIN
static/icon512_maskable.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
static/icon512_rounded.png
Normal file
BIN
static/icon512_rounded.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
27
static/manifest.json
Normal file
27
static/manifest.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"theme_color":"#222222",
|
||||
"background_color":"#222222",
|
||||
"start_url": "/",
|
||||
"icons":
|
||||
[
|
||||
{
|
||||
"purpose":"maskable",
|
||||
"sizes":"512x512",
|
||||
"src":"icon512_maskable.png",
|
||||
"type":"image/png"
|
||||
},{
|
||||
"purpose":"any",
|
||||
"sizes":"512x512",
|
||||
"src":"icon512_rounded.png",
|
||||
"type":"image/png"
|
||||
}
|
||||
],
|
||||
"orientation":"any",
|
||||
"display":"standalone",
|
||||
"dir":"auto",
|
||||
"lang":"en",
|
||||
"name":"IPMPV",
|
||||
"short_name":"IPMPV",
|
||||
"description":"Remote control for your IPMPV instance",
|
||||
"id":"cc.netpaws.ipmpv"
|
||||
}
|
||||
Reference in New Issue
Block a user