Skip to content

Commit 3379e2c

Browse files
committed
fix: update manifest.json to manifest.webmanifest
1 parent ee4a69c commit 3379e2c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

demo/CoCreate-xxx.html

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

1717

18-
<link rel="manifest" href="/manifest.json">
18+
<link rel="manifest" href="/manifest.webmanifest">
1919
</head>
2020

2121
<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>

test_files/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
1111

1212

13-
<link rel="manifest" href="/manifest.json">
13+
<link rel="manifest" href="/manifest.webmanifest">
1414
</head>
1515
<style type="text/css">
1616
/*.test{background-color:gray;}*/

test_files/test2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
1010

1111

12-
<link rel="manifest" href="/manifest.json">
12+
<link rel="manifest" href="/manifest.webmanifest">
1313
</head>
1414
<style type="text/css">
1515
/*.test{background-color:gray;}*/

0 commit comments

Comments
 (0)