From 4b73b50dadcdcca8943910fb065e13ca645d9c0f Mon Sep 17 00:00:00 2001 From: OmarAComputers <165603845+OmarAComputers@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:31:30 -0500 Subject: [PATCH] Roblox --- docs/Store/add-app.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Store/add-app.md b/docs/Store/add-app.md index 104820d..0378a44 100644 --- a/docs/Store/add-app.md +++ b/docs/Store/add-app.md @@ -16,7 +16,7 @@ Read the schema below, **BEFORE** adding any game/app element into the `store.js ```json { - "name": "Minecraft", // unique name (check if it has been used already in the file) + "name": "Roblox", // 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": { @@ -28,7 +28,8 @@ Read the schema below, **BEFORE** adding any game/app element into the `store.js "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 is a sandbox construction video game ...", // description for store app + "desc": "Minecraft is a sandbox construction + video game ...", // description for store app "feat": "1.1 Combat changes.\n1.2 Fletching table functionality.", // features for store app "invert": true // when true it forces dark theme for game/app window, default is false. }