diff --git a/frontend/src/app.html b/frontend/src/app.html index 83bacbc4..54fc6a52 100644 --- a/frontend/src/app.html +++ b/frontend/src/app.html @@ -5,6 +5,8 @@ + + %sveltekit.head% diff --git a/frontend/static/app.webmanifest b/frontend/static/app.webmanifest new file mode 100644 index 00000000..c8633d99 --- /dev/null +++ b/frontend/static/app.webmanifest @@ -0,0 +1,27 @@ +{ + "name": "Pocket ID", + "orientation": "any", + "display": "minimal-ui", + "dir": "auto", + "start_url": "/", + "icons": [ + { + "src": "img/static-logo-rounded-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any" + }, + { + "src": "img/static-logo-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "img/static-logo.svg", + "sizes": "any", + "type": "image/svg+xml", + "purpose": "maskable monochrome" + } + ] +} diff --git a/frontend/static/img/static-logo-512.png b/frontend/static/img/static-logo-512.png new file mode 100644 index 00000000..907776f6 Binary files /dev/null and b/frontend/static/img/static-logo-512.png differ diff --git a/frontend/static/img/static-logo-rounded-512.png b/frontend/static/img/static-logo-rounded-512.png new file mode 100644 index 00000000..ba7474e2 Binary files /dev/null and b/frontend/static/img/static-logo-rounded-512.png differ diff --git a/frontend/static/img/static-logo.svg b/frontend/static/img/static-logo.svg new file mode 100644 index 00000000..a073d80f --- /dev/null +++ b/frontend/static/img/static-logo.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + +