Skip to content

Commit

Permalink
fix: little experiment with pwa compat
Browse files Browse the repository at this point in the history
  • Loading branch information
vnglst committed May 16, 2020
1 parent d451cc7 commit 197d474
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</script>

<svelte:head>
<title>tafels.app - a multiplication tables trainer</title>
<title>tafels.app - a math trainer for kids</title>
</svelte:head>

<Page reverse>
Expand Down
1 change: 1 addition & 0 deletions src/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<link rel="manifest" href="manifest.json" />
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="apple-touch-icon" href="images/icons/icon-192x192.png" />
<script async src="https://unpkg.com/pwacompat" crossorigin="anonymous"></script>

<!-- Sapper generates a <style> tag containing critical CSS
for the current page. CSS for the rest of the app is
Expand Down
2 changes: 1 addition & 1 deletion static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tafels.app",
"short_name": "tafels",
"short_name": "tafels.app",
"theme_color": "#266ec0",
"background_color": "#102a42",
"display": "standalone",
Expand Down

0 comments on commit 197d474

Please sign in to comment.