mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
29 lines
650 B
JSON
29 lines
650 B
JSON
{
|
|
"name": "Joplin",
|
|
"displayName": "Joplin",
|
|
"expo": {
|
|
"name": "Joplin",
|
|
"description": "Joplin for Android",
|
|
"slug": "Joplin",
|
|
"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
|
|
}
|
|
}
|
|
} |