Files
vibn-frontend/public/manifest.json

27 lines
657 B
JSON

{
"name": "VIBN — Build with Atlas",
"short_name": "VIBN",
"description": "Chat with Atlas to define your product requirements — anywhere, anytime.",
"start_url": "/",
"display": "standalone",
"background_color": "#f6f4f0",
"theme_color": "#1a1a1a",
"orientation": "portrait-primary",
"icons": [
{
"src": "/vibn-logo-circle.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/vibn-logo-circle.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"categories": ["productivity", "business"],
"lang": "en"
}