Skip to content

Commit

Permalink
This is w
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarAComputers authored Mar 31, 2024
1 parent d33fcb4 commit cef0e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Store/add-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": "Windows 11", // 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": {
Expand Down

0 comments on commit cef0e03

Please sign in to comment.