Skip to content

Commit d71bfd1

Browse files
committed
fix: update manifest.json to manifest.webmanifest
1 parent 471de09 commit d71bfd1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

demo/atomic-css.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
.cocreate-badge{font-size:14px; margin-bottom:5px}
1717
.copy{cursor:copy}
1818
</style>
19-
<link rel="manifest" href="/manifest.json" />
19+
<link rel="manifest" href="/manifest.webmanifest" />
2020
</head>
2121

2222

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
99
<title>css-parser | CoCreateJS</title>
10-
<link rel="manifest" href="/manifest.json">
10+
<link rel="manifest" href="/manifest.webmanifest">
1111
</head>
1212

1313
<body>

demo/test.1.html

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

1919
<body class="padding:50px!important">

demo/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- CoCreate CSS -->
1313
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
1414
<link rel="stylesheet" href="../test.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" parse="true" save="true" />
15-
<link rel="manifest" href="/manifest.json">
15+
<link rel="manifest" href="/manifest.webmanifest">
1616
</head>
1717
<style type="text/css" media="screen">
1818
/*Sidenav Search Field */

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
<style type="text/css">

0 commit comments

Comments
 (0)