You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the store file, please visit: [store.json - Win11React](https://github.com/win11react/store/tree/main/store)
6
-
7
-
### To add your game/app 🎮
8
-
9
3
First, please make sure the site accepts IFrame. You can check this by inserting the sites URL into this: [IFrame checker](https://www.tinywebgallery.com/blog/advanced-iframe/free-iframe-checker)
10
4
11
-
#### Either
5
+
##Ways to add an app to the store
12
6
13
-
#### 1. Create an [Issue](https://github.com/win11react/store/issues/new/choose) and follow the given steps
7
+
###Using Github issues
14
8
15
-
#### OR
9
+
Create an [Issue](https://github.com/win11react/store/issues/new/choose) and follow the given steps.
16
10
17
-
#### 2. Make a pull request by manually editing the `store.json` file in your fork
11
+
###Via Github Pull Request
18
12
19
-
Read the schema below, **BEFORE** adding any game and/or app element into the Store file:
13
+
Make a pull request by editing the [store.json](https://github.com/win11react/store/blob/main/store/index.json) file
14
+
15
+
Read the schema below, **BEFORE** adding any game/app element into the `store.json` file:
20
16
21
17
```json
22
18
{
@@ -39,10 +35,8 @@ Read the schema below, **BEFORE** adding any game and/or app element into the St
39
35
}
40
36
```
41
37
42
-
### PLEASE REMOVE THE COMMENTS FROM YOUR JSON, BEFORE MAKING A PULL REQUEST
43
-
44
-
**Comments look like this: `// example text`**
38
+
#### Make sure to remove the coments from the json before making a pull request
45
39
46
-
Add your game/app in the file (don't beautify the code, just add your game and/or app element) and make a pull request to get it reviewed then **potentially** accepted.
40
+
Comments look like this: `// example text`
47
41
48
-
# PLEASE STOP SUGGESTING ANDROID GAMES
42
+
Add your game/app in the file (don't beautify the code, just add your game/app element) and make a pull request to get it **potentially** accepted.
0 commit comments