Skip to content

Commit d5a5ba5

Browse files
author
Frank Pagan
committed
feat: added pwa manifest
1 parent e59a246 commit d5a5ba5

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

demo/CoCreate-xxx.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +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">
1819
</head>
1920

2021
<body>

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +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" />
1718
</head>
1819

1920
<body>

test_files/test.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +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">
1314
</head>
1415
<style type="text/css">
1516
/*.test{background-color:gray;}*/

test_files/test2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +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">
1213
</head>
1314
<style type="text/css">
1415
/*.test{background-color:gray;}*/

0 commit comments

Comments
 (0)