diff --git a/frontend/camera_192.png b/frontend/camera_192.png new file mode 100644 index 0000000..56878ba Binary files /dev/null and b/frontend/camera_192.png differ diff --git a/frontend/camera_512.png b/frontend/camera_512.png new file mode 100644 index 0000000..4825fb9 Binary files /dev/null and b/frontend/camera_512.png differ diff --git a/frontend/camera_600.png b/frontend/camera_600.png new file mode 100644 index 0000000..511074b Binary files /dev/null and b/frontend/camera_600.png differ diff --git a/frontend/index.html b/frontend/index.html index 73388dc..ff5fb21 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -17,6 +17,7 @@ +
diff --git a/frontend/manifest.json b/frontend/manifest.json new file mode 100644 index 0000000..0d1c03e --- /dev/null +++ b/frontend/manifest.json @@ -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" +}