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 5ac3210 commit 3d1e482
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 @@ -13,7 +13,7 @@
<!--<link rel="stylesheet" href="../dist/CoCreate-font-awesome.css" type="text/css"/>-->

<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.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 @@ -15,7 +15,7 @@
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
<link rel="stylesheet" href="https://ws.cocreate.app/docs.css" collection="apples" document_id="6069ff5042ef8ff5175a5c8d" name="css" type="text/css" />

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

<body>
Expand Down

0 comments on commit 3d1e482

Please sign in to comment.