Add files via upload
This commit is contained in:
@@ -1,6 +1,22 @@
|
||||
[
|
||||
{ "name": "App 1", "image": "https://via.placeholder.com/220x220?text=Insert+cool+app" },
|
||||
{ "name": "App 2", "image": "https://via.placeholder.com/220x220?text=Insert+cool+app" },
|
||||
{ "name": "App 3", "image": "https://via.placeholder.com/220x220?text=Insert+cool+app" },
|
||||
{ "name": "App 4", "image": "https://via.placeholder.com/220x220?text=Insert+cool+app" }
|
||||
]
|
||||
{
|
||||
"name": "App 1",
|
||||
"image": "https://via.placeholder.com/220x220?text=Insert+cool+app",
|
||||
"desc": "An app"
|
||||
},
|
||||
{
|
||||
"name": "App 2",
|
||||
"image": "https://via.placeholder.com/220x220?text=Insert+cool+app",
|
||||
"desc": "An app"
|
||||
},
|
||||
{
|
||||
"name": "App 3",
|
||||
"image": "https://via.placeholder.com/220x220?text=Insert+cool+app",
|
||||
"desc": "An app"
|
||||
},
|
||||
{
|
||||
"name": "App 4",
|
||||
"image": "https://via.placeholder.com/220x220?text=Insert+cool+app",
|
||||
"desc": "An app"
|
||||
}
|
||||
]
|
||||
@@ -1,6 +1,23 @@
|
||||
[
|
||||
{ "name": "Test", "source": "https://example.com","image": "https://via.placeholder.com/220x220?text=Insert+fun+game" },
|
||||
{ "name": "Game 2", "image": "https://via.placeholder.com/220x220?text=Insert+fun+game" },
|
||||
{ "name": "Game 3", "image": "https://via.placeholder.com/220x220?text=Insert+fun+game" },
|
||||
{ "name": "Game 4", "image": "https://via.placeholder.com/220x220?text=Insert+fun+game" }
|
||||
]
|
||||
{
|
||||
"name": "Test",
|
||||
"source": "https://example.com",
|
||||
"image": "https://via.placeholder.com/220x220?text=Insert+fun+game",
|
||||
"desc": "A Game"
|
||||
},
|
||||
{
|
||||
"name": "Game 2",
|
||||
"image": "https://via.placeholder.com/220x220?text=Insert+fun+game",
|
||||
"desc": "A Game"
|
||||
},
|
||||
{
|
||||
"name": "Game 3",
|
||||
"image": "https://via.placeholder.com/220x220?text=Insert+fun+game",
|
||||
"desc": "A Game"
|
||||
},
|
||||
{
|
||||
"name": "Game 4",
|
||||
"image": "https://via.placeholder.com/220x220?text=Insert+fun+game",
|
||||
"desc": "A Game"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user