1
0
mirror of https://github.com/Luzifer/mediatimeline.git synced 2024-09-18 23:42:56 +00:00
mediatimeline/frontend/manifest.json
Knut Ahlers 7e0f71c9ad
Add App-Manifest
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-04-24 20:26:41 +02:00

26 lines
483 B
JSON

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