mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
61 lines
No EOL
1.3 KiB
JSON
61 lines
No EOL
1.3 KiB
JSON
{
|
|
"icons": [
|
|
{
|
|
"src": "./favicons/icon_256x256.ico",
|
|
"sizes": "256x256",
|
|
"type": "image/vnd.microsoft.icon"
|
|
},
|
|
{
|
|
"src": "./maskable_icons/icon_512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "./maskable_icons/icon_196x196.png",
|
|
"sizes": "196x196",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "./icons/icon_512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "./icons/icon_196x196.png",
|
|
"sizes": "196x196",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
}
|
|
],
|
|
"name": "Stremio Web",
|
|
"short_name": "Stremio",
|
|
"orientation": "any",
|
|
"display": "standalone",
|
|
"start_url": "./",
|
|
"description": "Freedom To Stream",
|
|
"background_color": "#161523",
|
|
"theme_color": "#2a2843",
|
|
"display_override": [
|
|
"standalone"
|
|
],
|
|
"scope": "./",
|
|
"screenshots": [
|
|
{
|
|
"src": "screenshots/board_wide.webp",
|
|
"sizes": "1440x900",
|
|
"type": "image/webp",
|
|
"form_factor": "wide",
|
|
"label": "Homescreen of Stremio"
|
|
},
|
|
{
|
|
"src": "screenshots/board_narrow.webp",
|
|
"sizes": "414x896",
|
|
"type": "image/webp",
|
|
"form_factor": "narrow",
|
|
"label": "Homescreen of Stremio"
|
|
}
|
|
]
|
|
} |