Use favicon and NW.js window icon

master
Skylar Ittner 5 years ago
parent 16b67f0887
commit 462bd72342

@ -1,47 +1,44 @@
{
"name": "com.netsyms.terranquest.TerranQuest",
"displayName": "TerranQuest",
"version": "2.0.0",
"description": "",
"main": "www/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Netsyms Technologies",
"license": "MPL-2.0",
"dependencies": {
"cordova-android": "^8.0.0",
"cordova-plugin-app-version": "^0.1.9",
"cordova-plugin-geolocation": "^4.0.1",
"cordova-plugin-headercolor": "^1.0.0",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-transparent-status-bar": "git+https://github.com/manugando/cordova-plugin-transparent-status-bar.git",
"cordova-plugin-whitelist": "^1.3.3",
"mls": "^0.1.1",
"node-wifiscanner": "^0.2.1",
"phonegap-plugin-barcodescanner": "^8.0.1"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-statusbar": {},
"cordova-plugin-headercolor": {},
"cordova-plugin-app-version": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-transparent-status-bar": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-splashscreen": {}
"name": "com.netsyms.terranquest.TerranQuest",
"displayName": "TerranQuest",
"version": "2.0.0",
"description": "",
"main": "www/index.html",
"window": {
"icon": "www/img/logo.png"
},
"platforms": [
"android"
]
}
"author": "Netsyms Technologies",
"license": "MPL-2.0",
"dependencies": {
"cordova-android": "^8.0.0",
"cordova-plugin-app-version": "^0.1.9",
"cordova-plugin-geolocation": "^4.0.1",
"cordova-plugin-headercolor": "^1.0.0",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-transparent-status-bar": "git+https://github.com/manugando/cordova-plugin-transparent-status-bar.git",
"cordova-plugin-whitelist": "^1.3.3",
"mls": "^0.1.1",
"node-wifiscanner": "^0.2.1",
"phonegap-plugin-barcodescanner": "^8.0.1"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
},
"cordova-plugin-statusbar": {},
"cordova-plugin-headercolor": {},
"cordova-plugin-app-version": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-transparent-status-bar": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-splashscreen": {}
},
"platforms": [
"android"
]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

@ -5,8 +5,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui, viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#ff9500">
<link rel="icon" href="img/logo.svg">
<meta name="theme-color" content="#4cd964">
<link rel="icon" href="img/logo.png">
<link rel="stylesheet" href="fonts/material/Material_Icons.css">
<link rel="stylesheet" href="fonts/roboto/Roboto.css">
<link rel="stylesheet" href="fonts/game-icons/game-icons.css">

Loading…
Cancel
Save