Add webmanifest

This commit is contained in:
augustin64 2022-11-21 21:00:48 +01:00
parent 234e0f784f
commit 55f63122d7
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"background_color": "white",
"description": "Partitioncloud",
"display": "fullscreen",
"icons": [
{
"src": "static/icon.png",
"sizes": "2000x2000",
"type": "image/png"
}
],
"name": "PartitionCloud",
"short_name": "PartitionCloud",
"start_url": "/"
}

View File

@ -7,6 +7,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename='mobile.css') }}">
<link rel="icon" type="image/png" href="{{ url_for('static', filename='icon.png') }}" />
<link rel="apple-touch-icon" href="{{ url_for('static', filename='icon.png') }}">
<link rel="manifest" href="{{ url_for('static', filename='manifest.webmanifest') }}" />
</head>
<nav>
<h1><a href="{{ url_for('albums.index') }}">PartitionCloud</a></h1>