Files
MwitVidPlayer/manifest.json
2019-03-23 10:44:58 +00:00

21 lines
382 B
JSON

{
"short_name": "LiveEdtv",
"name": "Shortcut Edtv",
"icons": [
{
"src":"images/Livetv192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src":"images/Livetv512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": ".",
"background_color": "#FFF",
"Theme_color": "#536878",
"display": "standalone"
}