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

43 lines
944 B
JSON
Raw Normal View History

2023-06-04 20:40:57 -04:00
{
"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"
}
}
}
}