Skip to content

Commit 73d57a9

Browse files
committed
fix: update manifest.json to manifest.webmanifest
1 parent d9cdf39 commit 73d57a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.html

+1-1
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>

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<title>Kanban | CoCreate</title>
1010
<link rel="stylesheet" type="text/css" href="https://cdn.cocreate.app/latest/CoCreate.min.css">
1111

12-
<link rel="manifest" href="/manifest.json" />
12+
<link rel="manifest" href="/manifest.webmanifest" />
1313
</head>
1414

1515
<body>

0 commit comments

Comments
 (0)