Skip to content

Commit dd4f952

Browse files
Microsoft Edge
This is Microsoft Edge from 2022.
1 parent d33fcb4 commit dd4f952

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

docs/Store/add-app.md renamed to docs/Store/Edge

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,19 @@ Read the schema below, **BEFORE** adding any game/app element into the `store.js
1616

1717
```json
1818
{
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"
2222
"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"
2726
"https://www.minecraft.net/content/dam/games/minecraft/key-art/CavesandCliffsPt1-dotNET-HomepagePromo-600x360.png",
2827
"https://variety.com/wp-content/uploads/2019/02/minecraft-best-year-yet.png?w=600",
2928
"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.\n1.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
3432
}
3533
}
3634
```

0 commit comments

Comments
 (0)