2019-06-25 22:16:14 +02:00
{
"expo" : {
2019-08-27 19:25:09 +02:00
"name" : "Campus" ,
2019-08-06 13:28:11 +02:00
"description" : "Application mobile compatible Android et iOS pour l'Amicale INSA Toulouse. Grâce à cette application, vous avez facilement accès aux news du campus, aux emplois du temps, à l'état de la laverie, et bien d'autres services ! Ceci est une version Beta, Toutes les fonctionnalités ne sont pas encore implémentées, et il est possible de rencontrer quelques bugs." ,
2019-06-25 22:16:14 +02:00
"slug" : "application-amicale" ,
"privacy" : "public" ,
2020-01-26 17:51:15 +01:00
"sdkVersion" : "36.0.0" ,
2019-06-25 22:16:14 +02:00
"platforms" : [
"ios" ,
"android" ,
"web"
] ,
2020-02-25 22:07:03 +01:00
"version" : "1.5.2" ,
2019-06-25 22:16:14 +02:00
"orientation" : "portrait" ,
2019-08-07 14:03:06 +02:00
"primaryColor" : "#be1522" ,
2020-03-08 19:50:17 +01:00
"userInterfaceStyle" : "automatic" ,
2019-08-07 13:12:36 +02:00
"icon" : "./assets/android.icon.png" ,
2019-06-25 22:16:14 +02:00
"splash" : {
2019-08-20 19:15:24 +02:00
"backgroundColor" : "#be1522" ,
2019-08-06 13:28:11 +02:00
"resizeMode" : "contain" ,
"image" : "./assets/splash.png"
} ,
"notification" : {
2019-08-20 19:15:24 +02:00
"icon" : "./assets/icon-notification.png" ,
"color" : "#be1522" ,
2019-08-06 13:28:11 +02:00
"androidMode" : "default"
2019-06-25 22:16:14 +02:00
} ,
"updates" : {
2019-08-06 13:28:11 +02:00
"enabled" : false
2019-06-25 22:16:14 +02:00
} ,
"assetBundlePatterns" : [
"**/*"
] ,
"ios" : {
2019-08-20 19:15:24 +02:00
"bundleIdentifier" : "fr.amicaleinsat.application" ,
2019-08-06 13:28:11 +02:00
"icon" : "./assets/ios.icon.png"
2019-06-28 11:35:15 +02:00
} ,
"android" : {
2019-08-20 19:15:24 +02:00
"package" : "fr.amicaleinsat.application" ,
2020-02-25 22:07:03 +01:00
"versionCode" : 15 ,
2019-06-29 10:50:05 +02:00
"icon" : "./assets/android.icon.png" ,
2019-08-06 13:28:11 +02:00
"adaptiveIcon" : {
"foregroundImage" : "./assets/android.adaptive-icon.png" ,
2019-08-20 19:15:24 +02:00
"backgroundColor" : "#be1522"
2019-08-06 13:28:11 +02:00
} ,
"permissions" : [
"VIBRATE"
]
2019-06-25 22:16:14 +02:00
}
}
2019-06-27 11:08:56 +02:00
}