Korbs/Penpot-App
Archived
1
Fork 0

Add scheme protocol and adjust colors

This commit is contained in:
Korbs 2023-06-07 20:25:55 -04:00
parent c37cf671ff
commit 22093e089c
No known key found for this signature in database

View file

@ -7,25 +7,28 @@
"icon": "./assets/icon.png",
"githubUrl": "https://sudovanilla.com/code/Korbs/Penpot-App/",
"userInterfaceStyle": "automatic",
"scheme": "penpot",
"orientation": "landscape",
"jsEngine": "hermes",
"platforms": [
"android"
"android",
"ios"
],
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#FFF"
"backgroundColor": "#202020"
},
"ios": {
"jsEngine": "jsc",
"supportsTablet": true,
"isTabletOnly": true
"isTabletOnly": true,
"bundleIdentifier": "com.sudovanilla.penpotapp"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFF"
"backgroundColor": "#202020"
},
"package": "com.sudovanilla.penpotapp"
},