mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 09:16:25 +01:00
Add webmanifest
This commit is contained in:
parent
234e0f784f
commit
55f63122d7
16
partitioncloud/static/manifest.webmanifest
Normal file
16
partitioncloud/static/manifest.webmanifest
Normal 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": "/"
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user