diff --git a/public/browserconfig.xml b/public/browserconfig.xml index 3e2ccfb6aa..74bb89ac30 100644 --- a/public/browserconfig.xml +++ b/public/browserconfig.xml @@ -3,7 +3,7 @@ - #2d89ef + #da532c diff --git a/public/manifest.json b/public/manifest.json index b5ff26d4f1..0cbb9a6a89 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,17 +1,22 @@ { - "name": "Firefly III", - "icons": [ - { - "src": "\/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image\/png" - }, - { - "src": "\/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image\/png" - } - ], - "theme_color": "#ffffff", - "display": "standalone" + "name": "Firefly III", + "short_name": "Firefly III", + "icons": [ + { + "src": "\/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image\/png", + "density": 4 + }, + { + "src": "\/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image\/png" + } + ], + "theme_color": "#ffffff", + "display": "standalone", + "start_url": "/", + "orientation": "portrait" + } diff --git a/resources/views/partials/favicons.twig b/resources/views/partials/favicons.twig index 7a5181af0b..9f559c0e8c 100644 --- a/resources/views/partials/favicons.twig +++ b/resources/views/partials/favicons.twig @@ -3,4 +3,4 @@ - \ No newline at end of file +