Skip to content

Commit

Permalink
Update add-app.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edward95gamer authored Dec 21, 2023
1 parent d33fcb4 commit 7c54425
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/Store/add-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ 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)
"icon": "https://example.com/minecraft.png", // logo image, preferrably 1:1 and less than 128px of width
"name": "bloxd.io", // unique name (check if it has been used already in the file)
"icon": "https://www3.minijuegosgratis.com/v3/games/thumbnails/240164_1.jpg", // 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://classic.minecraft.net", // url of the app and make sure they accept Iframe
"url": "https://bloxd.io", // 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"
"https://bloxdcdn.bloxdhop.io/textures/games/classic_survival/gamemode_selector.jpg",
"https://bloxdcdn.bloxdhop.io/textures/games/worlds/gamemode_selector.jpg",
"https://bloxdcdn.bloxdhop.io/textures/games/doodle/gamemode_selector.jpg"
],
"desc": "Minecraft is a sandbox construction video game ...", // description for store app
"desc": "bloxd.io is a web minecraft clone for all devises ...", // 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.
}
Expand Down

0 comments on commit 7c54425

Please sign in to comment.