Skip to content

Commit 3692080

Browse files
author
Frank Pagan
committed
feat: added pwa manifest
1 parent ec84b06 commit 3692080

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

demo/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
88
<!-- CoCreate CSS CDN -->
99
<link rel="stylesheet" href="https://cdn.cocreate.app/action/latest/CoCreate-action.min.css" type="text/css" />
10+
<link rel="manifest" href="/manifest.json">
1011
</head>
1112
<body>
1213

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

0 commit comments

Comments
 (0)