diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d2ac1be --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.root": "./src" +} diff --git a/site.webmanifest b/site.webmanifest new file mode 100644 index 0000000..b09d923 --- /dev/null +++ b/site.webmanifest @@ -0,0 +1,41 @@ +{ + "name": "bitvid - Decentralized Video Sharing", + "short_name": "bitvid", + "description": "seed. zap. subscribe.", + "icons": [ + { + "src": "src/assets/png/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "src/assets/png/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "src/assets/png/apple-touch-icon.png", + "sizes": "180x180", + "type": "image/png" + }, + { + "src": "src/assets/png/favicon-32x32.png", + "sizes": "32x32", + "type": "image/png" + }, + { + "src": "src/assets/png/favicon-16x16.png", + "sizes": "16x16", + "type": "image/png" + } + ], + "start_url": "src/index.html", + "display": "standalone", + "background_color": "#0f172a", + "theme_color": "#0f172a", + "orientation": "portrait-primary", + "scope": "/", + "categories": ["video", "entertainment", "decentralized", "streaming"], + "related_applications": [], + "lang": "en" +} diff --git a/src/components/application-form.html b/src/components/application-form.html index 7c871c6..0bdb81a 100644 --- a/src/components/application-form.html +++ b/src/components/application-form.html @@ -67,7 +67,7 @@