Skip to content

Commit

Permalink
fix: update manifest.json to manifest.webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed May 1, 2023
1 parent c6e70b0 commit b605f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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">
<link rel="manifest" href="/manifest.webmanifest">
</head>

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

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

<body>
Expand Down

0 comments on commit b605f27

Please sign in to comment.