Skip to content

Commit ee5a1e6

Browse files
author
Frank Pagan
committed
feat: added pwa manifest
1 parent a4f54fa commit ee5a1e6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: demo/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<title>Conditional Logic | CoCreateJS</title>
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">
78
</head>
89
<body>
910

Diff for: docs/index.html

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

0 commit comments

Comments
 (0)