diff --git a/.gitignore b/.gitignore index 97adb6d44..6d97fd048 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,7 @@ ca # Avoiding accidentally adding local docker-compose*.override file to version control that might contain secrets docker-compose-prod.override.yml docker-compose.override.yml -docker-compose*.override.yml \ No newline at end of file +docker-compose*.override.yml + +# Ignoring local vscode settings file +.vscode/settings.json diff --git a/src/static/browserconfig.xml b/src/static/browserconfig.xml index d416bc536..43fb52092 100644 --- a/src/static/browserconfig.xml +++ b/src/static/browserconfig.xml @@ -2,7 +2,7 @@ - + #ffffff diff --git a/src/static/site.webmanifest b/src/static/site.webmanifest index 53bcc4d28..03aaf15f8 100644 --- a/src/static/site.webmanifest +++ b/src/static/site.webmanifest @@ -3,12 +3,12 @@ "short_name": "Etherpad", "icons": [ { - "src": "/android-chrome-192x192.png", + "src": "/static/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/android-chrome-512x512.png", + "src": "/static/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" } diff --git a/src/templates/index.html b/src/templates/index.html index bf94746fa..501e06aaf 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -8,7 +8,16 @@ + + + + + + + + +