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 8dbd7c0 commit 47938c3
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
<!-- CoCreate CSS CDN -->
<link rel="stylesheet" href="https://cdn.cocreate.app/modal/latest/CoCreate-modal.min.css" type="text/css" />
<link rel="manifest" href="/manifest.json">
</head>
<body>

Expand Down
3 changes: 2 additions & 1 deletion demo/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

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

<!-- CoCreate JS CDN -->
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<meta property="og:image" content="https://cdn.cocreate.app/docs/modal.png">

<link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true" />
<link rel="manifest" href="/manifest.json">
</head>

<body>
Expand Down

0 comments on commit 47938c3

Please sign in to comment.