Add manifest.json and meta tags to enable: - Add to Home Screen on iOS/Android - Standalone mode (no browser UI) - Custom app icon and theme color 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
25 lines
527 B
JSON
25 lines
527 B
JSON
{
|
|
"name": "ROA Reports",
|
|
"short_name": "ROA",
|
|
"description": "Rapoarte ERP - facturi și încasări",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#2563eb",
|
|
"orientation": "portrait-primary",
|
|
"icons": [
|
|
{
|
|
"src": "/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|