Skip to content

Commit 1e76a7f

Browse files
committed
fix: update manifest.json to manifest.webmanifest
1 parent dfae128 commit 1e76a7f

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
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
88
<!-- CoCreate CSS CDN -->
99
<link rel="stylesheet" href="https://cdn.cocreate.app/parallax/latest/CoCreate-parallax.min.css" type="text/css" />
10-
<link rel="manifest" href="/manifest.json">
10+
<link rel="manifest" href="/manifest.webmanifest">
1111
</head>
1212
<body>
1313

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta property="og:image" content="https://cdn.cocreate.app/docs/parallax.png">
1414

1515
<link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true" />
16-
<link rel="manifest" href="/manifest.json">
16+
<link rel="manifest" href="/manifest.webmanifest">
1717
</head>
1818

1919
<body>

0 commit comments

Comments
 (0)