1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/ReactNativeClient/app.json

29 lines
650 B
JSON
Raw Normal View History

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
}