Skip to content

Commit 97a472f

Browse files
committed
fix: update manifest.json to manifest.webmanifest
1 parent c9fbe0f commit 97a472f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

demo/iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<!-- CoCreate Favicon -->
1515
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
16-
<link rel="manifest" href="/manifest.json" />
16+
<link rel="manifest" href="/manifest.webmanifest" />
1717
</head>
1818

1919
<body>

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Attributes | CoCreateJS</title>
66
<!-- CoCreate Favicon -->
77
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
8-
<link rel="manifest" href="/manifest.json" />
8+
<link rel="manifest" href="/manifest.webmanifest" />
99
</head>
1010

1111
<body>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- CoCreate CSS -->
1515
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
1616
<link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true" />
17-
<link rel="manifest" href="/manifest.json" />
17+
<link rel="manifest" href="/manifest.webmanifest" />
1818
</head>
1919

2020
<body>

0 commit comments

Comments
 (0)