Add manifest

This commit is contained in:
2018-10-27 01:10:13 +01:00
parent 9e37330b3d
commit dff20fbe1d
3 changed files with 93 additions and 77 deletions

15
manifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"short_name": "Videos",
"name": "Video Players",
"icons": [
{
"src":"images/gitea.png",
"sizes": "143x143",
"type": "image/png"
}
],
"start_url": "",
"background_color": "#FFF",
"Theme_color": "#536878",
"display": "standalone"
}