add a first app
This commit is contained in:
15
manifest.json
Normal file
15
manifest.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"store": {
|
||||
"name": "MyApps",
|
||||
"apps": [
|
||||
{
|
||||
"id": "mycoolapp",
|
||||
"name": "MyCoolApp",
|
||||
"description": "A cool app",
|
||||
"icon": "./Apps/mycoolapp/icon.png",
|
||||
"app_file": "./Apps/mycoolapp/app.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user