Skip to content

Commit 328273a

Browse files
committed
Renamed manifest.json to site.webmanifest
1 parent f1b68d1 commit 328273a

14 files changed

+13
-13
lines changed
File renamed without changes.

src/docs/design-patterns.html

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

1616
<!-- All the favicons, touch icons, etc. -->
1717
<meta name="application-name" content="Textpattern CMS">
18-
<link rel="manifest" href="manifest.json">
18+
<link rel="manifest" href="site.webmanifest">
1919
<link rel="icon" sizes="32x32" href="favicon-32x32.png">
2020
<link rel="icon" sizes="16x16" href="favicon-16x16.png">
2121

src/mockups/amp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1">
1212
<meta name="description" content="A sample news article build with AMP.">
1313
<link rel="canonical" href="https://textpattern.com/mockups/blog-article.html">
14-
<link rel="manifest" href="../manifest.json">
14+
<link rel="manifest" href="../site.webmanifest">
1515
<script type="application/ld+json">
1616
{
1717
"@context": "https://schema.org",

src/mockups/blog-article.html

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

1414
<!-- All the favicons, touch icons, etc. -->
1515
<meta name="application-name" content="Textpattern CMS">
16-
<link rel="manifest" href="../manifest.json">
16+
<link rel="manifest" href="../site.webmanifest">
1717
<link rel="icon" sizes="32x32" href="../favicon-32x32.png">
1818
<link rel="icon" sizes="16x16" href="../favicon-16x16.png">
1919

src/mockups/blog-landing.html

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

1414
<!-- All the favicons, touch icons, etc. -->
1515
<meta name="application-name" content="Textpattern CMS">
16-
<link rel="manifest" href="../manifest.json">
16+
<link rel="manifest" href="../site.webmanifest">
1717
<link rel="icon" sizes="32x32" href="../favicon-32x32.png">
1818
<link rel="icon" sizes="16x16" href="../favicon-16x16.png">
1919

src/mockups/contact.html

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

1414
<!-- All the favicons, touch icons, etc. -->
1515
<meta name="application-name" content="Textpattern CMS">
16-
<link rel="manifest" href="../manifest.json">
16+
<link rel="manifest" href="../site.webmanifest">
1717
<link rel="icon" sizes="32x32" href="../favicon-32x32.png">
1818
<link rel="icon" sizes="16x16" href="../favicon-16x16.png">
1919

src/mockups/documentation-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta name="description" content="This is where a documentation article extract/description would be.">
1313

1414
<!-- All the favicons, touch icons, etc. -->
15-
<link rel="manifest" href="../manifest.json">
15+
<link rel="manifest" href="../site.webmanifest">
1616
<link rel="icon" sizes="32x32" href="../favicon-32x32.png">
1717
<link rel="icon" sizes="16x16" href="../favicon-16x16.png">
1818

src/mockups/error.html

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

1313
<!-- All the favicons, touch icons, etc. -->
1414
<meta name="application-name" content="Textpattern CMS">
15-
<link rel="manifest" href="../manifest.json">
15+
<link rel="manifest" href="../site.webmanifest">
1616
<link rel="icon" sizes="32x32" href="../favicon-32x32.png">
1717
<link rel="icon" sizes="16x16" href="../favicon-16x16.png">
1818
</head>

src/mockups/get-started.html

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

1414
<!-- All the favicons, touch icons, etc. -->
1515
<meta name="application-name" content="Textpattern CMS">
16-
<link rel="manifest" href="../manifest.json">
16+
<link rel="manifest" href="../site.webmanifest">
1717
<link rel="icon" sizes="32x32" href="../favicon-32x32.png">
1818
<link rel="icon" sizes="16x16" href="../favicon-16x16.png">
1919

src/mockups/index.html

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

1515
<!-- All the favicons, touch icons, etc. -->
1616
<meta name="application-name" content="Textpattern CMS">
17-
<link rel="manifest" href="../manifest.json">
17+
<link rel="manifest" href="../site.webmanifest">
1818
<link rel="icon" sizes="32x32" href="../favicon-32x32.png">
1919
<link rel="icon" sizes="16x16" href="../favicon-16x16.png">
2020

0 commit comments

Comments
 (0)