@@ -16,21 +16,19 @@ Read the schema below, **BEFORE** adding any game/app element into the `store.js
16
16
17
17
```json
18
18
{
19
- "name" : " Minecraft " , // unique name (check if it has been used already in the file)
20
- "icon" : " https://example.com/minecraft.png" , // logo image, preferrably 1:1 and less than 128px of width
21
- "type" : " game" , // game or app
19
+ "name": "Microsoft Edge"
20
+ "icon": "https://example.com/minecraft.png"
21
+ "type": "game"
22
22
"data": {
23
- "type" : " IFrame" , // type currently supports IFrame only
24
- "url" : " https://classic.minecraft.net" , // url of the app and make sure they accept Iframe
25
- "gallery" : [
26
- // three or more images for gallery view in store app
23
+ "type": "IFrame"
24
+ "url": "https://www.bing.com"
25
+ "gallery": "https://www.bing.com"
27
26
"https://www.minecraft.net/content/dam/games/minecraft/key-art/CavesandCliffsPt1-dotNET-HomepagePromo-600x360.png",
28
27
"https://variety.com/wp-content/uploads/2019/02/minecraft-best-year-yet.png?w=600",
29
28
"https://www.minecraft.net/content/dam/games/minecraft/screenshots/RayTracing-MineCraft-PMP-Always-Something-New.jpg"
30
- ],
31
- "desc" : " Minecraft is a sandbox construction video game ..." , // description for store app
32
- "feat" : " 1.1 Combat changes.\n 1.2 Fletching table functionality." , // features for store app
33
- "invert" : true // when true it forces dark theme for game/app window, default is false.
29
+ "desc": "Edge is a Windows web browser ..."
30
+ "feat": "1.1 Combat changes.\n1.2 Fletching table functionality."
31
+ "invert": true
34
32
}
35
33
}
36
34
```
0 commit comments