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