diff --git a/frontend/public/manifest.webmanifest b/frontend/public/manifest.webmanifest index 39618e42..27101fc2 100644 --- a/frontend/public/manifest.webmanifest +++ b/frontend/public/manifest.webmanifest @@ -1,11 +1,11 @@ { - "name": "Velxio — Arduino Emulator", + "name": "Velxio — Circuit & Arduino Simulator", "short_name": "Velxio", - "description": "Free local Arduino emulator with real AVR8 CPU emulation, 48+ electronic components, Monaco Editor, and Serial Monitor. No cloud, no latency.", + "description": "Online circuit and Arduino simulator. ESP32, RP2040, Pi Pico, ATtiny85, SPICE analog simulation, 100+ components. Free and open source.", "start_url": "/editor", "scope": "/", "display": "standalone", - "orientation": "landscape", + "orientation": "any", "background_color": "#0d0d0f", "theme_color": "#007acc", "categories": ["developer", "education", "productivity"],