diff --git a/partitioncloud/static/icons/144.png b/partitioncloud/static/icons/144.png new file mode 100644 index 0000000..4acee95 Binary files /dev/null and b/partitioncloud/static/icons/144.png differ diff --git a/partitioncloud/static/icons/512.png b/partitioncloud/static/icons/512.png new file mode 100644 index 0000000..cf85e5f Binary files /dev/null and b/partitioncloud/static/icons/512.png differ diff --git a/partitioncloud/static/icon.png b/partitioncloud/static/icons/icon.png similarity index 100% rename from partitioncloud/static/icon.png rename to partitioncloud/static/icons/icon.png diff --git a/partitioncloud/static/manifest.webmanifest b/partitioncloud/static/manifest.webmanifest index a132e7b..2f0d625 100644 --- a/partitioncloud/static/manifest.webmanifest +++ b/partitioncloud/static/manifest.webmanifest @@ -1,12 +1,22 @@ { - "background_color": "white", + "background_color": "#eff1f5", "description": "Partitioncloud", "display": "fullscreen", "icons": [ { - "src": "static/icon.png", + "src": "/static/icons/icon.png", "sizes": "2000x2000", "type": "image/png" + }, + { + "src": "/static/icons/512.png", + "sizes": "128x128 256x256 512x512 ", + "type": "image/png" + }, + { + "src": "/static/icons/144.png", + "sizes": "48x48 72x72 96x96 144x144", + "type": "image/png" } ], "name": "PartitionCloud", diff --git a/partitioncloud/templates/base.html b/partitioncloud/templates/base.html index 23b6330..d8f54d3 100644 --- a/partitioncloud/templates/base.html +++ b/partitioncloud/templates/base.html @@ -7,8 +7,8 @@ {% block title %}{% endblock %} - PartitionCloud - - + +