Skip to content

Commit b605f27

Browse files
committed
fix: update manifest.json to manifest.webmanifest
1 parent c6e70b0 commit b605f27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
99
<title>lazy-loader | CoCreateJS</title>
10-
<link rel="manifest" href="/manifest.json">
10+
<link rel="manifest" href="/manifest.webmanifest">
1111
</head>
1212

1313
<body>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- CoCreate CSS CDN -->
1414
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
1515

16-
<link rel="manifest" href="/manifest.json" />
16+
<link rel="manifest" href="/manifest.webmanifest" />
1717
</head>
1818

1919
<body>

0 commit comments

Comments
 (0)