diff --git a/docs/editor/icons/icon-128.ico b/docs/editor/icons/icon-128.ico new file mode 100644 index 000000000..94499c049 Binary files /dev/null and b/docs/editor/icons/icon-128.ico differ diff --git a/docs/editor/icons/icon-192.ico b/docs/editor/icons/icon-192.ico new file mode 100644 index 000000000..18930cbea Binary files /dev/null and b/docs/editor/icons/icon-192.ico differ diff --git a/docs/editor/icons/icon-512.png b/docs/editor/icons/icon-512.png new file mode 100644 index 000000000..76c393deb Binary files /dev/null and b/docs/editor/icons/icon-512.png differ diff --git a/docs/editor/index.html b/docs/editor/index.html index ab03962b0..1f5c5cade 100644 --- a/docs/editor/index.html +++ b/docs/editor/index.html @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/editor/manifest.json b/docs/editor/manifest.json new file mode 100644 index 000000000..1bd6e168c --- /dev/null +++ b/docs/editor/manifest.json @@ -0,0 +1,32 @@ +{ + "short_name": "Nunu Studio", + "name": "Nunu Studio", + "icons": [ + { + "src": "icons/icon-512.png", + "type": "image/png", + "sizes": "512x512", + "purpose": "any" + }, + { + "src": "icons/icon-192.ico", + "type": "image/x-icon", + "sizes": "192x192", + "purpose": "any" + }, + { + "src": "icons/icon-128.ico", + "type": "image/x-icon", + "sizes": "128x128", + "purpose": "any" + } + ], + "id": "/", + "start_url": "/editor/index.html", + "background_color": "#222222", + "display": "standalone", + "scope": "/", + "theme_color": "#222222", + "description": "Web powered cross-platform 3D, WebXR game engine" + + } \ No newline at end of file