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 8c595ec commit d228a3e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demo/click.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
display: none;
}
</style>
<link rel="manifest" href="/manifest.json" />
<link rel="manifest" href="/manifest.webmanifest" />
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion demo/hover.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
display: none;
}
</style>
<link rel="manifest" href="/manifest.json" />
<link rel="manifest" href="/manifest.webmanifest" />
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
display: none;
}
</style>
<link rel="manifest" href="/manifest.json" />
<link rel="manifest" href="/manifest.webmanifest" />
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion demo/selected.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.hfhfh[selected]{}

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

Expand Down
2 changes: 1 addition & 1 deletion demo/set-value.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!-- CoCreate Favicon -->
<link rel="icon" href="https://cdn.cocreate.app/favicon.ico" type="image/ico" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<link rel="manifest" href="/manifest.webmanifest">
</head>
<body>
<div click-target="#testing" click-value="hello, bye" click-key="ty">
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- CoCreate CSS -->
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
<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" />
<link rel="manifest" href="/manifest.webmanifest" />
</head>

<body>
Expand Down

0 comments on commit d228a3e

Please sign in to comment.