mirror of
https://github.com/Luzifer/mediatimeline.git
synced 2024-11-08 14:50:08 +00:00
Add App-Manifest
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
d9eb76d889
commit
7e0f71c9ad
5 changed files with 26 additions and 0 deletions
BIN
frontend/camera_192.png
Normal file
BIN
frontend/camera_192.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
frontend/camera_512.png
Normal file
BIN
frontend/camera_512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 139 KiB |
BIN
frontend/camera_600.png
Normal file
BIN
frontend/camera_600.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 159 KiB |
|
@ -17,6 +17,7 @@
|
|||
|
||||
<link rel="stylesheet" href="app.css">
|
||||
|
||||
<link rel="manifest" href="manifest.json">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">
|
||||
|
|
25
frontend/manifest.json
Normal file
25
frontend/manifest.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"short_name": "MediaTimeline",
|
||||
"name": "MediaTimeline Viewer",
|
||||
"icons": [
|
||||
{
|
||||
"src": "camera_192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "camera_512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
},
|
||||
{
|
||||
"src": "camera_600.png",
|
||||
"type": "image/png",
|
||||
"sizes": "600x600"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
"background-color": "#222222",
|
||||
"display": "standalone",
|
||||
"theme_color": "#222222"
|
||||
}
|
Loading…
Reference in a new issue