Add images for logo and splash screen

Also added project informations in the about page and updated the README
This commit is contained in:
dario-cfpt
2020-03-16 18:39:20 +01:00
parent 4c88ce85dd
commit ea23badffb
43 changed files with 95 additions and 9 deletions

View File

@ -17,7 +17,8 @@
"cordova-browser": "^6.0.0",
"cordova-ios": "^5.1.1",
"cordova-plugin-device": "^2.0.3",
"cordova-plugin-network-information": "^2.0.2"
"cordova-plugin-network-information": "^2.0.2",
"cordova-plugin-splashscreen": "^5.0.3"
},
"devDependencies": {
"cordova-plugin-whitelist": "^1.3.4"
@ -26,7 +27,8 @@
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-network-information": {}
"cordova-plugin-network-information": {},
"cordova-plugin-splashscreen": {}
},
"platforms": [
"android",