add-app
{ "name": "Minecraft Java", // unique name (check if it has been used already in the file) "icon": "https://example.com/minecraft.png", // logo image, preferrably 1:1 and less than 128px of width "type": "game", // game or app "data": { "type": "IFrame", // type currently supports IFrame only "url": "https://bongocraft.cf", // url of the app and make sure they accept Iframe "gallery": [ // three or more images for gallery view in store app "https://www.minecraft.net/content/dam/games/minecraft/key-art/CavesandCliffsPt1-dotNET-HomepagePromo-600x360.png", "https://variety.com/wp-content/uploads/2019/02/minecraft-best-year-yet.png?w=600", "https://www.minecraft.net/content/dam/games/minecraft/screenshots/RayTracing-MineCraft-PMP-Always-Something-New.jpg" ], "desc": "Minecraft Java For Free !", // description for store app "feat": "Minecraft 1.5.2 Full Edition included with servers", // features for store app "invert": true // when true it forces dark theme for game/app window, default is false. } }