diff --git a/index.html b/index.html index 208d4b8..016fdc3 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,7 @@ + VDO.Ninja diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..52fab68 --- /dev/null +++ b/manifest.json @@ -0,0 +1,31 @@ +{ + "name": "VDO.Ninja", + "short_name": "VDO.Ninja", + "description": "Bring live video from your smartphone, computer, or friends directly into your Studio. 100% free.", + "start_url": "/", + "scope": "/", + "display": "standalone", + "background_color": "#fff", + "theme_color": "#1a1a1a", + "orientation": "any", + "icons": [ + { + "src": "/media/icon-144x144.png", + "sizes": "144x144", + "type": "image/png", + "purpose": "any monochrome" + }, + { + "src": "/media/icon-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any monochrome" + }, + { + "src": "/media/icon-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any monochrome" + } + ] +} \ No newline at end of file diff --git a/media/icon-144x144.png b/media/icon-144x144.png new file mode 100644 index 0000000..790c8bb Binary files /dev/null and b/media/icon-144x144.png differ diff --git a/media/icon-192x192.png b/media/icon-192x192.png new file mode 100644 index 0000000..ef584a0 Binary files /dev/null and b/media/icon-192x192.png differ diff --git a/media/icon-512x512.png b/media/icon-512x512.png new file mode 100644 index 0000000..040edc4 Binary files /dev/null and b/media/icon-512x512.png differ