update icons

This commit is contained in:
SowinskiBraeden committed 2026-06-29 21:55:16 -07:00
1 parent 6f7f3226c5
commit 35c2b9b4d0
6 files changed
+29

No files matched your search

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 KiB

+22
View File
@@ -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"
}
]
}
+7
View File
@@ -10,6 +10,10 @@
<meta name="description" content="{{ page_description | striptags | trim }}">
<meta name="keywords" content="{{ page_keywords | striptags | trim }}">
<meta name="application-name" content="myboker.org">
<meta name="theme-color" content="#09090d">
<meta name="apple-mobile-web-app-title" content="myboker">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="robots" content="{% block robots %}index,follow,max-image-preview:large{% endblock %}">
<link rel="canonical" href="{{ seo_canonical_url }}">
<meta property="og:site_name" content="myboker.org">
@@ -21,6 +25,9 @@
<meta name="twitter:title" content="{{ page_title | trim }}">
<meta name="twitter:description" content="{{ page_description | striptags | trim }}">
<link rel="icon" href="{{ url_for('static', filename='favicon.svg') }}" type="image/svg+xml">
<link rel="icon" href="{{ url_for('static', filename='favicon.png') }}" type="image/png" sizes="32x32">
<link rel="apple-touch-icon" href="{{ url_for('static', filename='icons/apple-touch-icon.png') }}" sizes="180x180">
<link rel="manifest" href="{{ url_for('static', filename='site.webmanifest') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/tokens.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
{% block structured_data %}{% endblock %}