diff --git a/static/favicon.png b/static/favicon.png new file mode 100644 index 0000000..e2a00fe Binary files /dev/null and b/static/favicon.png differ diff --git a/static/icons/apple-touch-icon.png b/static/icons/apple-touch-icon.png new file mode 100644 index 0000000..b00c785 Binary files /dev/null and b/static/icons/apple-touch-icon.png differ diff --git a/static/icons/icon-192.png b/static/icons/icon-192.png new file mode 100644 index 0000000..dcb3d10 Binary files /dev/null and b/static/icons/icon-192.png differ diff --git a/static/icons/icon-512.png b/static/icons/icon-512.png new file mode 100644 index 0000000..d0c3c09 Binary files /dev/null and b/static/icons/icon-512.png differ diff --git a/static/site.webmanifest b/static/site.webmanifest new file mode 100644 index 0000000..30e0612 --- /dev/null +++ b/static/site.webmanifest @@ -0,0 +1,22 @@ +{ + "name": "myboker.org", + "short_name": "myboker", + "description": "Free poker tracker and ledger for home games.", + "start_url": "/", + "scope": "/", + "display": "standalone", + "background_color": "#09090d", + "theme_color": "#09090d", + "icons": [ + { + "src": "/static/icons/icon-192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/static/icons/icon-512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} diff --git a/templates/base.html b/templates/base.html index ac1b106..bd9210c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,6 +10,10 @@ + + + + @@ -21,6 +25,9 @@ + + + {% block structured_data %}{% endblock %}