Skip to content

Commit 5433837

Browse files
author
Frank Pagan
committed
feat: added pwa manifest
1 parent 3d1229a commit 5433837

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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>

src/dashboard.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
font-weight: bolder;
4848
}
4949
</style>
50+
<link rel="manifest" href="/manifest.json">
5051
</head>
5152
<body>
5253
<div id="modal-viewport" hidden></div>

0 commit comments

Comments
 (0)