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" ,
2020-04-17 21:07:56 +02:00
"backgroundColor" : "#ffffff" ,
2019-06-25 22:16:14 +02:00
"privacy" : "public" ,
2020-04-17 21:07:56 +02:00
"version" : "2.0.0" ,
2019-06-25 22:16:14 +02:00
"platforms" : [
"ios" ,
2020-04-17 21:07:56 +02:00
"android"
2019-06-25 22:16:14 +02:00
] ,
"orientation" : "portrait" ,
2019-08-07 14:03:06 +02:00
"primaryColor" : "#be1522" ,
2019-08-07 13:12:36 +02:00
"icon" : "./assets/android.icon.png" ,
2020-04-17 21:07:56 +02:00
"scheme" : "campus-insat" ,
"facebookAutoInitEnabled" : false ,
"facebookAutoLogAppEventsEnabled" : false ,
"facebookAdvertiserIDCollectionEnabled" : false ,
"androidStatusBar" : {
"barStyle" : "light-content" ,
"hidden" : false ,
2020-04-18 01:03:48 +02:00
"translucent" : false ,
2020-04-20 20:55:37 +02:00
"backgroundColor" : "#be1522"
2020-04-17 21:07:56 +02:00
} ,
"androidNavigationBar" : {
2020-04-17 21:24:38 +02:00
"barStyle" : "light-content" ,
"backgroundColor" : "#121212"
2020-04-17 21:07:56 +02:00
} ,
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
} ,
"ios" : {
2019-08-20 19:15:24 +02:00
"bundleIdentifier" : "fr.amicaleinsat.application" ,
2020-04-17 21:07:56 +02:00
"icon" : "./assets/ios.icon.png" ,
"appStoreUrl" : "https://apps.apple.com/us/app/campus-amicale-insat/id1477722148?ls=1" ,
"usesIcloudStorage" : false ,
"usesAppleSignIn" : false ,
"accessesContactNotes" : false
2019-06-28 11:35:15 +02:00
} ,
"android" : {
2019-08-20 19:15:24 +02:00
"package" : "fr.amicaleinsat.application" ,
2020-03-12 18:14:24 +01:00
"versionCode" : 16 ,
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
} ,
2020-04-17 21:07:56 +02:00
"playStoreUrl" : "https://play.google.com/store/apps/details?id=fr.amicaleinsat.application" ,
2019-08-06 13:28:11 +02:00
"permissions" : [
2020-04-10 10:53:00 +02:00
"VIBRATE" ,
"CAMERA"
2019-08-06 13:28:11 +02:00
]
2020-04-17 21:07:56 +02:00
} ,
"userInterfaceStyle" : "automatic" ,
"assetBundlePatterns" : [
"**/*"
2020-04-20 19:40:16 +02:00
]
2019-06-25 22:16:14 +02:00
}
2019-06-27 11:08:56 +02:00
}