AlpaGit/AnkamaLauncher_Beta — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple JavaScript desktop launcher in the spirit of the Ankama Launcher beta. I want it to feel like a real app a player can open, with a main window, a tray icon, and clear screens for browsing the available Ankama games and starting them from one place.

Keep the code readable and not obfuscated, since the goal is to understand and modify it later. Use the structure that already exists in this repo, including the components, helpers, tray, and windows areas, and make sure the app can start cleanly from the existing entry point. If something is missing, create a sensible basic version instead of overcomplicating it.

Please make the UI polished enough to use, with simple navigation, launcher status messages, and graceful behavior when a game path or launch action is not configured yet. Look up current docs online if you need to, then wire everything together so I can install dependencies and run it locally.

Want more depth? Deep Reverse