Edit file File name : manifest.json Content :{ "name": "Crypto Pulse - Real-Time Crypto Tracking & Alerts", "short_name": "Crypto Pulse", "description": "Track crypto prices instantly with live widgets and real-time alerts. Never miss a market move again.", "start_url": "https://crypt0pulse.com/", "scope": "https://crypt0pulse.com/", "display": "standalone", "orientation": "portrait", "theme_color": "#0d001e", "background_color": "#ffffff", "icons": [ { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }, { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" } ], "categories": ["finance", "productivity"], "screenshots": [ { "src": "/images/splash.png", "sizes": "300x600", "type": "image/png", "form_factor": "narrow" }, { "src": "/images/main.png", "sizes": "300x600", "type": "image/png", "form_factor": "narrow" } ], "shortcuts": [ { "name": "View Features", "short_name": "Features", "description": "View all features of Crypto Pulse", "url": "/#features", "icons": [ { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" } ] }, { "name": "Download App", "short_name": "Download", "description": "Download Crypto Pulse app", "url": "/#download", "icons": [ { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" } ] } ] } Save