Skip to content

Commit 104cbea

Browse files
committed
style(ui): 💄 improve the icons in web manifest
1 parent a2db906 commit 104cbea

8 files changed

+27
-14
lines changed
15.1 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading
7.31 KB
Loading
20.3 KB
Loading

public/icons/maskable_icon.png

102 KB
Loading
13.3 KB
Loading

src/index.html

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,23 @@
1616
}
1717
</script>
1818

19+
<meta name="description" content="A Graphical User Interface (GUI) for DashWallet.js">
1920
<meta name="application-name" content="Incubator Wallet">
2021
<meta name="apple-mobile-web-app-title" content="Incubator Wallet">
21-
<meta name="mobile-web-app-capable" content="yes">
22-
<meta name="apple-mobile-web-app-capable" content="yes">
23-
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
24-
<meta name="theme-color" content="#111921">
25-
<meta name="msapplication-TileColor" content="#0C1217">
26-
<meta name="msapplication-TileImage" content="../public/icons/dash-incubator-circle.png">
27-
<meta name="msapplication-config" content="../public/icons/browserconfig.xml">
22+
<meta name="mobile-web-app-capable" content="yes">
23+
<meta name="apple-mobile-web-app-capable" content="yes">
24+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
25+
<meta name="theme-color" content="#111921">
26+
<meta name="msapplication-TileColor" content="#0C1217">
27+
<meta name="msapplication-TileImage" content="../public/icons/dash-incubator-circle.png">
28+
<meta name="msapplication-config" content="../public/icons/browserconfig.xml">
2829

29-
<link rel="icon" type="image/png" href="../public/favicon.png">
30-
<link rel="shortcut icon" href="../public/favicon.png">
31-
<link rel="manifest" href="./manifest.webmanifest?v=0.0.0" crossorigin="use-credentials">
30+
<link rel="icon" type="image/png" href="../public/favicon.png">
31+
<link rel="shortcut icon" href="../public/favicon.png">
32+
<link rel="manifest" href="./manifest.webmanifest?v=0.0.0" crossorigin="use-credentials">
3233

33-
<link rel="icon" type="image/png" sizes="176x176" href="../public/icons/dash-incubator-circle.png">
34-
<link rel="apple-touch-icon" sizes="176x176" href="../public/icons/dash-incubator-circle.png">
34+
<link rel="icon" type="image/png" sizes="176x176" href="../public/icons/dash-incubator-circle.png">
35+
<link rel="apple-touch-icon" sizes="176x176" href="../public/icons/dash-incubator-circle.png">
3536
<link rel="stylesheet" type="text/css" media="screen" href="./index.css?v=0.0.0">
3637
</head>
3738
<body class="nt">

src/manifest.webmanifest

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,20 @@
2020
"theme_color": "#111921",
2121
"icons": [
2222
{
23-
"src": "/public/icons/dash-incubator-circle.png",
24-
"sizes": "176x176",
23+
"src": "/public/icons/dash-incubator-circle_x512.png",
24+
"sizes": "512x512",
2525
"type": "image/png"
26+
},
27+
{
28+
"src": "/public/icons/dash-incubator-circle_x192.png",
29+
"sizes": "192x192",
30+
"type": "image/png"
31+
},
32+
{
33+
"src": "/public/icons/maskable_icon_x192.png",
34+
"sizes": "192x192",
35+
"type": "image/png",
36+
"purpose": "maskable"
2637
}
2738
],
2839
"protocol_handlers": [

0 commit comments

Comments
 (0)