diff --git a/static/app.webmanifest b/static/app.webmanifest new file mode 100644 index 0000000..9e81424 --- /dev/null +++ b/static/app.webmanifest @@ -0,0 +1,21 @@ +{ + "id": "/", + "start_url": "/", + "scope": "/", + "name": "Orario Scolastico (ITET Cassandro Fermi Nervi)", + "short_name": "Orario ITET", + "display": "standalone", + "icons": [ + { + "src": "icon_x512.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "maskable_icon_x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ] +} diff --git a/static/icon_x512.png b/static/icon_x512.png new file mode 100644 index 0000000..1677f0a Binary files /dev/null and b/static/icon_x512.png differ diff --git a/static/maskable_icon_x512.png b/static/maskable_icon_x512.png new file mode 100644 index 0000000..abc1376 Binary files /dev/null and b/static/maskable_icon_x512.png differ diff --git a/templates/base.html b/templates/base.html index e351bd3..3d79c2c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,6 +9,8 @@ rel="stylesheet" /> + + {% block head %}{% endblock %}