2018-02-08 03:52:35 -05:00
|
|
|
{
|
2021-01-18 05:16:37 -05:00
|
|
|
"name": "PeerTube",
|
|
|
|
"short_name": "PeerTube",
|
|
|
|
"start_url": "/",
|
2018-02-22 05:54:17 -05:00
|
|
|
"background_color": "#fff",
|
|
|
|
"theme_color": "#fff",
|
2018-02-08 05:22:03 -05:00
|
|
|
"description": "A federated video streaming platform using P2P",
|
2018-02-11 12:28:55 -05:00
|
|
|
"display": "standalone",
|
|
|
|
"orientation": "any",
|
2018-02-08 03:52:35 -05:00
|
|
|
"icons": [
|
2018-02-08 05:22:03 -05:00
|
|
|
{
|
|
|
|
"src": "/client/assets/images/icons/icon-36x36.png",
|
2018-02-08 03:52:35 -05:00
|
|
|
"sizes": "36x36",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2018-02-08 05:22:03 -05:00
|
|
|
"src": "/client/assets/images/icons/icon-48x48.png",
|
2018-02-08 03:52:35 -05:00
|
|
|
"sizes": "48x48",
|
|
|
|
"type": "image/png"
|
2018-02-08 05:22:03 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/client/assets/images/icons/icon-72x72.png",
|
|
|
|
"sizes": "72x72",
|
|
|
|
"type": "image/png"
|
2018-02-08 03:52:35 -05:00
|
|
|
},
|
|
|
|
{
|
2018-02-08 05:22:03 -05:00
|
|
|
"src": "/client/assets/images/icons/icon-96x96.png",
|
2018-02-08 03:52:35 -05:00
|
|
|
"sizes": "96x96",
|
|
|
|
"type": "image/png"
|
2018-09-19 12:27:10 -04:00
|
|
|
},
|
2018-02-08 03:52:35 -05:00
|
|
|
{
|
2018-02-08 05:22:03 -05:00
|
|
|
"src": "/client/assets/images/icons/icon-144x144.png",
|
2018-02-08 03:52:35 -05:00
|
|
|
"sizes": "144x144",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2018-02-08 05:22:03 -05:00
|
|
|
"src": "/client/assets/images/icons/icon-192x192.png",
|
2018-02-08 03:52:35 -05:00
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
2018-02-08 05:22:03 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/client/assets/images/icons/icon-512x512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
|
|
|
}
|
2021-01-18 05:16:37 -05:00
|
|
|
]
|
2018-02-08 05:22:03 -05:00
|
|
|
}
|