{
"name": "YourVibeScore",
"short_name": "YourVibeScore",
"start_url": "/index.html",
"display": "standalone",
"display_override": ["standalone", "fullscreen"],
"background_color": "#f5f7fb",
"theme_color": "#4c97ee",
"orientation": "portrait",
"scope": "/",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}