Skip to content

Commit

Permalink
updated manifest with screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ghobs91 committed Jan 3, 2024
1 parent d3c0ece commit bced684
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 0 deletions.
Binary file added public/agora-social-desktop-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/agora-social-desktop-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/agora-social-desktop-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/agora-social-mobile-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/agora-social-mobile-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/agora-social-mobile-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,50 @@ export default defineConfig({
purpose: 'maskable',
},
],
screenshots : [
{
'src': 'agora-social-desktop-1.png',
'sizes': '1280x720',
'type': 'image/webp',
'form_factor': 'wide',
'label': ''
},
{
'src': 'agora-social-desktop-2.png',
'sizes': '1280x720',
'type': 'image/webp',
'form_factor': 'wide',
'label': ''
},
{
'src': 'agora-social-desktop-3.png',
'sizes': '1280x720',
'type': 'image/webp',
'form_factor': 'wide',
'label': ''
},
{
'src': 'agora-social-mobile-1.png',
'sizes': '1280x720',
'type': 'image/webp',
'form_factor': 'narrow',
'label': ''
},
{
'src': 'agora-social-mobile-2.png',
'sizes': '1280x720',
'type': 'image/webp',
'form_factor': 'narrow',
'label': ''
},
{
'src': 'agora-social-mobile-3.png',
'sizes': '1280x720',
'type': 'image/webp',
'form_factor': 'narrow',
'label': ''
},
],
},
strategies: 'injectManifest',
injectRegister: 'inline',
Expand Down

0 comments on commit bced684

Please sign in to comment.