mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
40 lines
No EOL
1 KiB
JSON
40 lines
No EOL
1 KiB
JSON
{
|
|
"short_name": "Stremio",
|
|
"name": "Stremio Web",
|
|
"description": "Freedom To Stream",
|
|
"icons": [
|
|
{
|
|
"src": "favicons/favicon.ico",
|
|
"sizes": "64x64 32x32 24x24 16x16",
|
|
"type": "image/x-icon"
|
|
},
|
|
{
|
|
"src": "images/icon_x192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "images/icon_x512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
},
|
|
{
|
|
"src": "images/maskable_icon_x192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "images/maskable_icon_x512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"start_url": "https://web.stremio.com",
|
|
"scope": "https://web.stremio.com",
|
|
"display": "standalone",
|
|
"orientation": "natural",
|
|
"theme_color": "#2a2843",
|
|
"background_color": "#161523"
|
|
} |