PhoWhisper-next / manifest.json
huuquyet's picture
Update demo audio
59099ca
raw
history blame
661 Bytes
{
"name": "PhoWhisper-next",
"short_name": "PhoWhisper-next",
"icons": [
{
"src": "/icons/apple-touch-icon.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon",
"purpose": "any maskable"
},
{
"src": "/icons/android-icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icons/android-icon-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"start_url": "/",
"scope": "/",
"display": "standalone",
"theme_color": "#a0a0a0",
"background_color": "#151515"
}