Frameless Window
Open a window without toolbars, borders, and other graphical shells.
Create a Borderless Window
{
"id": "LB5UL2P0Q9FFF",
"version": "1.0.0",
"name": "Hello World",
"logo": "/logo.png",
"keywords": ["keywrod1", "keywrod2"],
"main":
{
"frame": false, // 👈 Borderless mode
"url": "index.html",
"width": 640,
"height": 480
}
}Draggable Area
Last updated