Skip to content

Commit

Permalink
feat: added pwa manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Pagan committed Apr 24, 2023
1 parent 46f34d1 commit d9654fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
<title>lazy-loader | CoCreateJS</title>
<link rel="manifest" href="/manifest.json">
</head>

<body>
Expand Down
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<!-- CoCreate CSS CDN -->
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />

</head>
<link rel="manifest" href="/manifest.json" />
</head>

<body>
<div collection="" document_id="" name="" id="cocreate-lazy-loader">
Expand Down

0 comments on commit d9654fb

Please sign in to comment.