Files
crowd-funder-for-time-pwa/capacitor-assets.config.json

33 lines
803 B
JSON

{
"icon": {
"android": {
"adaptive": {
"background": "resources/android/icon/icon_background.png",
"foreground": "resources/android/icon/icon_foreground.png",
"monochrome": "resources/android/icon/icon_monochrome.png"
},
"target": "android/app/src/main/res"
},
"ios": {
"padding": 0,
"target": "ios/App/App/Assets.xcassets/AppIcon.appiconset"
},
"source": "resources/icon.png",
"web": {
"target": "public/img/icons"
}
},
"splash": {
"android": {
"scale": "cover",
"target": "android/app/src/main/res"
},
"darkSource": "resources/splash_dark.png",
"ios": {
"target": "ios/App/App/Assets.xcassets",
"useStoryBoard": true
},
"source": "resources/splash.png"
}
}