Browse Source

chore: commit stray files that should have been with the previous commit

pull/142/head
Matthew Raymer 4 days ago
parent
commit
acce64f3b8
  1. 13
      android/app/src/main/assets/capacitor.config.json
  2. 0
      assets/splash_dark.png
  3. 4856
      package-lock.json

13
android/app/src/main/assets/capacitor.config.json

@ -16,6 +16,19 @@
]
}
},
"SplashScreen": {
"launchShowDuration": 3000,
"launchAutoHide": true,
"backgroundColor": "#ffffff",
"androidSplashResourceName": "splash",
"androidScaleType": "CENTER_CROP",
"showSpinner": false,
"androidSpinnerStyle": "large",
"iosSpinnerStyle": "small",
"spinnerColor": "#999999",
"splashFullScreen": true,
"splashImmersive": true
},
"CapacitorSQLite": {
"iosDatabaseLocation": "Library/CapacitorDatabase",
"iosIsEncryption": false,

0
assets/splash-dark.png → assets/splash_dark.png

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

4856
package-lock.json

File diff suppressed because it is too large
Loading…
Cancel
Save