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 440f919 commit 7bcec34
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 @@ -10,7 +10,7 @@

<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
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="keywords" content="helper classes, utility classes, css framework, css library, inline style classes" />
<meta name="robots" content="index,follow" />

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

<body>
Expand Down

0 comments on commit 7bcec34

Please sign in to comment.