updated manifest
This commit is contained in:
parent
0270f3862a
commit
53338320de
@ -1,26 +1,20 @@
|
|||||||
{
|
{
|
||||||
"name": "KTVManager",
|
"name": "kTvManager",
|
||||||
"short_name": "KTV",
|
"short_name": "kTv",
|
||||||
"start_url": "https://tv-ui.k-world.me.uk/",
|
"start_url": "/",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"theme_color": "#317EFB",
|
"theme_color": "#317EFB",
|
||||||
"background_color": "#317EFB",
|
"background_color": "#317EFB",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/static/icons/android-launchericon-144-144.png",
|
"src": "/static/web-app-manifest-192x192.png",
|
||||||
"sizes": "144x144",
|
|
||||||
"type": "image/png",
|
|
||||||
"purpose": "any maskable"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "/static/icons/android-launchericon-192-192.png",
|
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "any maskable"
|
"purpose": "any maskable"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/static/icons/android-launchericon-512-512.png",
|
"src": "static/web-app-manifest-512x512.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "any maskable"
|
"purpose": "any maskable"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user