Skip to content

Commit a655b64

Browse files
committed
fix: update manifest.json to manifest.webmanifest
1 parent 8bcccd5 commit a655b64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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>

src/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
font-weight: bolder;
4848
}
4949
</style>
50-
<link rel="manifest" href="/manifest.json">
50+
<link rel="manifest" href="/manifest.webmanifest">
5151
</head>
5252
<body>
5353
<div id="modal-viewport" hidden></div>

0 commit comments

Comments
 (0)