42 lines
944 B
JSON
Executable file
42 lines
944 B
JSON
Executable file
{
|
|
"expo": {
|
|
"name": "penpot-app",
|
|
"slug": "penpot-app",
|
|
"owner": "sudovanilla",
|
|
"version": "0.0.1",
|
|
"orientation": "landscape",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "dark",
|
|
"githubUrl": "https://sudovanilla.com/code/Korbs/Penpot-App/",
|
|
"platforms": [
|
|
"android"
|
|
],
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#FFF"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#FFF"
|
|
},
|
|
"package": "com.sudovanilla.penpotapp"
|
|
},
|
|
"androidStatusBar": {
|
|
"backgroundColor": "#000",
|
|
"translucent": false
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "9f3d77d2-68f6-463f-909f-cb600ef6eeac"
|
|
}
|
|
}
|
|
}
|
|
}
|