Skip to content

Commit a8fa6ee

Browse files
committed
fix: update manifest.json to manifest.webmanifest
1 parent c7d238e commit a8fa6ee

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/elements.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
gtag('config', 'UA-121709453-1');
2222
</script>
2323

24-
<link rel="manifest" href="/manifest.json" />
24+
<link rel="manifest" href="/manifest.webmanifest" />
2525
</head>
2626
<style>.code-height {height:100%!important}</style>
2727

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
gtag('config', 'UA-121709453-1');
2525
</script>
2626

27-
<link rel="manifest" href="/manifest.json" />
27+
<link rel="manifest" href="/manifest.webmanifest" />
2828
</head>
2929

3030
<body>

docs/logic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
gtag('config', 'UA-121709453-1');
2222
</script>
2323

24-
<link rel="manifest" href="/manifest.json" />
24+
<link rel="manifest" href="/manifest.webmanifest" />
2525
</head>
2626

2727
<body>

docs/objects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta property="og:image" content="https://cdn.cocreate.app/docs/boilerplate.png">
1313
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css"/>
1414
<link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true"/>
15-
<link rel="manifest" href="/manifest.json" />
15+
<link rel="manifest" href="/manifest.webmanifest" />
1616
</head>
1717

1818
<body>

docs/templating.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
gtag('config', 'UA-121709453-1');
2222
</script>
2323

24-
<link rel="manifest" href="/manifest.json" />
24+
<link rel="manifest" href="/manifest.webmanifest" />
2525
</head>
2626

2727
<body>

docs/user-management.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
gtag('config', 'UA-121709453-1');
2222
</script>
2323

24-
<link rel="manifest" href="/manifest.json" />
24+
<link rel="manifest" href="/manifest.webmanifest" />
2525
</head>
2626

2727
<body>

0 commit comments

Comments
 (0)