Skip to content

Commit 23ed770

Browse files
author
Frank Pagan
committed
feat: added pwa manifest
1 parent cb3a3e4 commit 23ed770

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

demo/iframe.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
<!-- CoCreate Favicon -->
1515
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
16+
<link rel="manifest" href="/manifest.json" />
1617
</head>
1718

1819
<body>

demo/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<title>Attributes | CoCreateJS</title>
66
<!-- CoCreate Favicon -->
77
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
8-
</head>
8+
<link rel="manifest" href="/manifest.json" />
9+
</head>
910

1011
<body>
1112

docs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
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-
</head>
17+
<link rel="manifest" href="/manifest.json" />
18+
</head>
1819

1920
<body>
2021
<nav class="nav display:flex align-items:center left:0px background:whitesmoke padding-top:10px padding-bottom:10px" content_id="content" scroll="sticky-nav,hide-nav" scroll-up="10" scroll-down="10" collection="files" document_id="60395ef42b3ac232657040fd"

0 commit comments

Comments
 (0)