Skip to content

Commit 597cbc9

Browse files
committed
fix: update manifest.json to manifest.webmanifest
1 parent bff9d1b commit 597cbc9

7 files changed

+7
-7
lines changed

demo/fetch.string.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- CoCreate Favicon -->
66
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
7-
<link rel="manifest" href="/manifest.json" />
7+
<link rel="manifest" href="/manifest.webmanifest" />
88
</head>
99
<style>
1010
.template{display:none}

demo/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- CoCreate Favicon -->
66
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
7-
<link rel="manifest" href="/manifest.json" />
7+
<link rel="manifest" href="/manifest.webmanifest" />
88
</head>
99
<body>
1010

demo/render.array.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- CoCreate Favicon -->
66
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
7-
<link rel="manifest" href="/manifest.json" />
7+
<link rel="manifest" href="/manifest.webmanifest" />
88
</head>
99
<style>
1010
.template{display:none}

demo/render.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- CoCreate Favicon -->
66
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
7-
<link rel="manifest" href="/manifest.json" />
7+
<link rel="manifest" href="/manifest.webmanifest" />
88
</head>
99
<style>
1010
.template{display:none}

demo/render.object.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<!-- CoCreate Favicon -->
66
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
7-
<link rel="manifest" href="/manifest.json" />
7+
<link rel="manifest" href="/manifest.webmanifest" />
88
</head>
99
<style>
1010
.template{display:none}

demo/renderKey.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<!-- CoCreate Favicon -->
88
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
9-
<link rel="manifest" href="/manifest.json" />
9+
<link rel="manifest" href="/manifest.webmanifest" />
1010
</head>
1111

1212
<body class="padding:20px">

docs/index.html

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

2121
<body>

0 commit comments

Comments
 (0)