Skip to content

Commit c7c7b80

Browse files
committed
Some PWA stuff
1 parent 06b1aa3 commit c7c7b80

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

_includes/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
1010
<link rel="manifest" href="/site.webmanifest">
1111
<meta name="color-scheme" content="dark light">
12+
<meta name="theme-color" content="#ffda44">
1213
<meta name="author" content="{{ site.author }}">
1314
<meta name="application-name" content="Textpattern CMS Documentation">
1415
<script defer src="https://textpattern.com/assets/js/app.js"></script>

site.webmanifest

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
"short_name": "Textpattern Docs",
33
"name": "Textpattern CMS Documentation",
44
"start_url": "https://docs.textpattern.com",
5+
"scope": "https://docs.textpattern.com",
56
"icons": [
67
{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable any" },
78
{ "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable any" }
89
],
910
"background_color": "#ffffff",
1011
"theme_color": "#ffda44",
11-
"display": "browser"
12+
"display": "minimal-ui"
1213
}

0 commit comments

Comments
 (0)