moan-audio-link/manifest.json
2025-07-31 18:41:07 -03:00

29 lines
683 B
JSON

{
"name": "Moan Áudio Link",
"short_name": "ÁudioLink",
"start_url": "./",
"display": "standalone",
"orientation": "portrait",
"background_color": "#ffffff",
"theme_color": "#000000",
"description": "Gere e escute códigos sonoros que funcionam como qr 'codes sonoros'.",
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "AudioLinkIconFundoCor.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
}
]
}