16 lines
266 B
JSON
16 lines
266 B
JSON
{
|
|
"store": {
|
|
"name": "MyApps",
|
|
"apps": [
|
|
{
|
|
"id": "mycoolapp",
|
|
"name": "MyCoolApp",
|
|
"description": "A cool app",
|
|
"icon": "./Apps/mycoolapp/icon.png",
|
|
"app_file": "./Apps/mycoolapp/app.json"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|