first commit

This commit is contained in:
DESKTOP-CIKBOTF\ChiefSoft
2024-05-18 17:04:17 -04:00
parent d689640f98
commit d317af7d99
5 changed files with 141 additions and 6 deletions
+9 -2
View File
@@ -12,16 +12,23 @@
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "com.chiefsoft.JubaBox"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"package": "com.chiefsoft.JubaBox"
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "a7e626ae-4355-47ba-98f0-756c075dc288"
}
}
}
}