We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ef160 commit 71dc8ddCopy full SHA for 71dc8dd
html/index.html
@@ -9,6 +9,7 @@
9
<link rel="icon" href="{{ prefix }}/favicon.ico">
10
11
<link rel=stylesheet href="{{ prefix }}/dist/cloudcmd.css">
12
+ <link rel="manifest" href="{{ prefix }}/static/manifest.json">
13
<noscript>
14
<link rel=stylesheet href="{{ prefix }}/dist/nojs.css">
15
</noscript>
img/favicon/favicon-256.png
13.9 KB
static/manifest.json
@@ -0,0 +1,14 @@
1
+{
2
+ "short_name": "CloudCMD",
3
+ "name": "Cloud Commander",
4
+ "display": "standalone",
5
+ "start_url": "..",
6
+ "icons": [
7
+ {
8
+ "src": "../img/favicon/favicon-256.png",
+ "type": "image/png",
+ "sizes": "256x256"
+ }
+ ]
+
0 commit comments