mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2025-09-07 06:38:40 +00:00
42 lines
995 B
JSON
42 lines
995 B
JSON
{
|
|
"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"
|
|
}
|