2017-05-06 16:37:28 +02:00
|
|
|
{
|
2017-07-08 00:25:03 +02:00
|
|
|
"name": "Joplin",
|
|
|
|
"displayName": "Joplin",
|
2017-07-04 21:12:30 +02:00
|
|
|
"expo": {
|
2017-07-08 00:25:03 +02:00
|
|
|
"name": "Joplin",
|
|
|
|
"description": "Joplin for Android",
|
|
|
|
"slug": "Joplin",
|
2017-07-04 21:12:30 +02:00
|
|
|
"privacy": "public",
|
|
|
|
"sdkVersion": "18.0.0",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"orientation": "portrait",
|
|
|
|
"primaryColor": "#cccccc",
|
|
|
|
"icon": "./assets/icons/app-icon.png",
|
|
|
|
"notification": {
|
|
|
|
"icon": "./assets/icons/notification-icon.png",
|
|
|
|
"color": "#000000"
|
|
|
|
},
|
|
|
|
"loading": {
|
|
|
|
"icon": "./assets/icons/loading-icon.png",
|
|
|
|
"hideExponentText": false
|
|
|
|
},
|
|
|
|
"packagerOpts": {
|
|
|
|
"assetExts": ["ttf"]
|
|
|
|
},
|
|
|
|
"ios": {
|
|
|
|
"supportsTablet": true
|
|
|
|
}
|
|
|
|
}
|
2017-05-06 16:37:28 +02:00
|
|
|
}
|