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

View File

@@ -5,6 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="manifest" href="manifest.json">
<title>Hello, world!</title>
</head>

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"
}