Korbs/Penpot-App
Archived
1
Fork 0
This repository has been archived on 2024-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
Penpot-App/app.json

46 lines
1 KiB
JSON
Executable file

{
"expo": {
"name": "penpot-app",
"slug": "penpot-app",
"owner": "sudovanilla",
"version": "0.0.1",
"icon": "./assets/icon.png",
"githubUrl": "https://sudovanilla.com/code/Korbs/Penpot-App/",
"userInterfaceStyle": "automatic",
"orientation": "landscape",
"jsEngine": "hermes",
"platforms": [
"android"
],
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#FFF"
},
"ios": {
"jsEngine": "jsc",
"supportsTablet": true,
"isTabletOnly": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFF"
},
"package": "com.sudovanilla.penpotapp"
},
"androidStatusBar": {
"backgroundColor": "#000",
"barStyle": "light-content",
"translucent": false
},
"assetBundlePatterns": [
"**/*"
],
"extra": {
"eas": {
"projectId": "9f3d77d2-68f6-463f-909f-cb600ef6eeac"
}
}
}
}