added custom turtle icon

pull/3/head
Simon Huang 5 years ago
parent f86e53fe3d
commit 6bbc849a76

Binary file not shown.

Before

Width:  |  Height:  |  Size: 930 B

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 74 KiB

@ -22,6 +22,8 @@
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Turtle" /> <meta name="apple-mobile-web-app-title" content="Turtle" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="apple-touch-icon" type="image/png" href="%PUBLIC_URL%/assets/icon/favicon.png" />
<link rel="mask-icon" href="%PUBLIC_URL%/assets/icon/favicon.png" />
</head> </head>
<body> <body>

@ -1,6 +1,6 @@
{ {
"short_name": "Ionic App", "short_name": "Turtle",
"name": "My Ionic App", "name": "Turtle TV",
"icons": [ "icons": [
{ {
"src": "assets/icon/favicon.png", "src": "assets/icon/favicon.png",

Loading…
Cancel
Save