Use favicon and NW.js window icon

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

@ -4,12 +4,9 @@
"version": "2.0.0",
"description": "",
"main": "www/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"window": {
"icon": "www/img/logo.png"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Netsyms Technologies",
"license": "MPL-2.0",
"dependencies": {

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