mirror of
https://github.com/Luzifer/mediatimeline.git
synced 2024-11-08 14:50:08 +00:00
25 lines
483 B
JSON
25 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"
|
|
}
|