Skip to content

Commit f2a933e

Browse files
committed
fix: update manifest.json to manifest.webmanifest
1 parent 5e0fa31 commit f2a933e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

demo/autocomplete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
</style>
1212
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
13-
<link rel="manifest" href="/manifest.json" />
13+
<link rel="manifest" href="/manifest.webmanifest" />
1414
</head>
1515
<body>
1616
<div data-location_request="true" >

demo/current-location.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="https://kit.fontawesome.com/99ba925095.js"></script>
1515
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
1616

17-
<link rel="manifest" href="/manifest.json">
17+
<link rel="manifest" href="/manifest.webmanifest">
1818
</head>
1919

2020
<style>

demo/direction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<script src="https://kit.fontawesome.com/99ba925095.js"></script>
1515
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
16-
<link rel="manifest" href="/manifest.json" />
16+
<link rel="manifest" href="/manifest.webmanifest" />
1717
</head>
1818
<body>
1919
<div data-location_request="true">

demo/fleet-tracking.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="https://kit.fontawesome.com/99ba925095.js"></script>
1515
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
1616

17-
<link rel="manifest" href="/manifest.json">
17+
<link rel="manifest" href="/manifest.webmanifest">
1818
</head>
1919

2020
<style>

demo/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<title>Google Search Autocomplete</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<link rel="manifest" href="/manifest.json" />
7+
<link rel="manifest" href="/manifest.webmanifest" />
88
</head>
99
<body>
1010
<div data-location_request="true">

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- CoCreate CSS -->
1515
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css"/>
1616
<link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true"/>
17-
<link rel="manifest" href="/manifest.json" />
17+
<link rel="manifest" href="/manifest.webmanifest" />
1818
</head>
1919

2020
<body>

0 commit comments

Comments
 (0)