System generated commit, initial commit

This commit is contained in:
2026-01-15 09:42:35 +00:00
parent ed00f9628c
commit 377d9c8342
9 changed files with 206 additions and 0 deletions

40
application.json Normal file
View File

@@ -0,0 +1,40 @@
{
"appIsExample": false,
"applicationDetail": {
"appPositioning": {
"type": "FIXED"
},
"navigationSetting": {},
"themeSetting": {
"appMaxWidth": "LARGE",
"density": 1.0,
"sizing": 1.0
}
},
"applicationVersion": 2,
"collapseInvisibleWidgets": true,
"color": "#C7F3F0",
"evaluationVersion": 2,
"icon": "flag",
"pages": [
{
"id": "Page1",
"isDefault": true
},
{
"id": "Page2",
"isDefault": false
}
],
"unpublishedApplicationDetail": {
"appPositioning": {
"type": "FIXED"
},
"navigationSetting": {},
"themeSetting": {
"appMaxWidth": "LARGE",
"density": 1.0,
"sizing": 1.0
}
}
}