add a first app

This commit is contained in:
2025-06-06 12:04:06 +09:00
parent 3a17241b28
commit 9d30b46de9
3 changed files with 30 additions and 0 deletions

15
manifest.json Normal file
View 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"
}
]
}
}