Files
MwitVidPlayer/manifest.json
2018-10-27 01:16:25 +01:00

21 lines
377 B
JSON

{
"short_name": "Videos",
"name": "Video Players",
"icons": [
{
"src":"images/gitea192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src":"images/gitea512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "",
"background_color": "#FFF",
"Theme_color": "#536878",
"display": "standalone"
}