Skip to content

Commit cc18f50

Browse files
author
Frank Pagan
committed
feat: added pwa manifest
1 parent 72aff62 commit cc18f50

7 files changed

+13
-6
lines changed

demo/fetch.string.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
<!-- CoCreate Favicon -->
66
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
7-
</head>
7+
<link rel="manifest" href="/manifest.json" />
8+
</head>
89
<style>
910
.template{display:none}
1011
</style>

demo/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
<!-- CoCreate Favicon -->
66
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
7-
</head>
7+
<link rel="manifest" href="/manifest.json" />
8+
</head>
89
<body>
910

1011
<div template_id="abc1">

demo/render.array.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
<!-- CoCreate Favicon -->
66
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
7-
</head>
7+
<link rel="manifest" href="/manifest.json" />
8+
</head>
89
<style>
910
.template{display:none}
1011
</style>

demo/render.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
<!-- CoCreate Favicon -->
66
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
7-
</head>
7+
<link rel="manifest" href="/manifest.json" />
8+
</head>
89
<style>
910
.template{display:none}
1011
</style>

demo/render.object.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
<!-- CoCreate Favicon -->
66
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
7-
</head>
7+
<link rel="manifest" href="/manifest.json" />
8+
</head>
89
<style>
910
.template{display:none}
1011
</style>

demo/renderKey.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
<!-- CoCreate Favicon -->
88
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
9-
</head>
9+
<link rel="manifest" href="/manifest.json" />
10+
</head>
1011

1112
<body class="padding:20px">
1213

docs/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<!-- CoCreate CSS -->
1616
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
1717
<link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true" />
18+
<link rel="manifest" href="/manifest.json">
1819
</head>
1920

2021
<body>

0 commit comments

Comments
 (0)