ceiba-scores/static/manifest.json

26 lines
550 B
JSON

{
"name": "My First Progressive Web app",
"short_name": "First PWA",
"theme_color": "#eb5252",
"background_color": "#000000",
"display": "fullscreen",
"Scope": "/",
"orientation": "portrait",
"icons": [
{
"src": "/images/pwa-icon-256.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/images/pwa-icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"lang": "fr-FR",
"start_url": "index.html"
}