Skip to content

Commit d9654fb

Browse files
author
Frank Pagan
committed
feat: added pwa manifest
1 parent 46f34d1 commit d9654fb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

demo/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
99
<title>lazy-loader | CoCreateJS</title>
10+
<link rel="manifest" href="/manifest.json">
1011
</head>
1112

1213
<body>

docs/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<!-- CoCreate CSS CDN -->
1414
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
1515

16-
</head>
16+
<link rel="manifest" href="/manifest.json" />
17+
</head>
1718

1819
<body>
1920
<div collection="" document_id="" name="" id="cocreate-lazy-loader">

0 commit comments

Comments
 (0)