diff --git a/index.html b/index.html index 6bea958d..77725143 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,9 @@ + + + diff --git a/manifest.json b/manifest.json new file mode 100644 index 00000000..ef04c43a --- /dev/null +++ b/manifest.json @@ -0,0 +1,13 @@ +{ + "name": "v86", + "short_name": "v86", + "start_url": "/v86/", + "display": "standalone", + "icons": [ + { + "src": "192.png", + "sizes": "192x192", + "type": "image/png" + } + ] +}