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 c6e70b0 commit b605f27Copy full SHA for b605f27
demo/index.html
@@ -7,7 +7,7 @@
7
<meta name="viewport" content="width=device-width, initial-scale=1">
8
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
9
<title>lazy-loader | CoCreateJS</title>
10
- <link rel="manifest" href="/manifest.json">
+ <link rel="manifest" href="/manifest.webmanifest">
11
</head>
12
13
<body>
docs/index.html
@@ -13,7 +13,7 @@
<!-- CoCreate CSS CDN -->
14
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
15
16
- <link rel="manifest" href="/manifest.json" />
+ <link rel="manifest" href="/manifest.webmanifest" />
17
18
19
0 commit comments