{ "$comment": "PWA manifest for CLVR. Icons: brand mark SVG + PNG sizes (192/512). Replace with maskable variants later if needed for store packaging.", "name": "CLVR — Smarter Stock Analytics", "short_name": "CLVR", "description": "Portfolio tracking, watchlist performance, behavior intelligence — in one app.", "start_url": "/", "scope": "/", "display": "standalone", "orientation": "portrait-primary", "background_color": "#141820", "theme_color": "#ffffff", "lang": "de-DE", "dir": "ltr", "categories": ["finance", "productivity"], "icons": [ { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }, { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" } ], "prefer_related_applications": false }