mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
feat: add screenshots to PWA manifest
This commit is contained in:
parent
9893bb8897
commit
6e556bbf8c
3 changed files with 16 additions and 0 deletions
BIN
screenshots/board_narrow.webp
Normal file
BIN
screenshots/board_narrow.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 61 KiB |
BIN
screenshots/board_wide.webp
Normal file
BIN
screenshots/board_wide.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 159 KiB |
|
|
@ -244,6 +244,22 @@ module.exports = (env, argv) => ({
|
|||
sizes: [256],
|
||||
}
|
||||
],
|
||||
screenshots : [
|
||||
{
|
||||
src: `${COMMIT_HASH}/screenshots/board_wide.webp`,
|
||||
sizes: '1440x900',
|
||||
type: 'image/webp',
|
||||
form_factor: 'wide',
|
||||
label: 'Homescreen of Stremio'
|
||||
},
|
||||
{
|
||||
src: `${COMMIT_HASH}/screenshots/board_narrow.webp`,
|
||||
sizes: '414x896',
|
||||
type: 'image/webp',
|
||||
form_factor: 'narrow',
|
||||
label: 'Homescreen of Stremio'
|
||||
}
|
||||
],
|
||||
fingerprints: false,
|
||||
ios: true
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue