]> git.openstreetmap.org Git - rails.git/commitdiff
Merge pull request #1558 from plarus/master
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 8 Apr 2021 13:01:08 +0000 (14:01 +0100)
committerGitHub <noreply@github.com>
Thu, 8 Apr 2021 13:01:08 +0000 (14:01 +0100)
Add start url and indicate minimal-ui is sufficient when added as a PWA.

app/assets/favicons/manifest.json.erb

index 8938f2cd95dc0cc7683682968ade8c13c1983d0d..0826e884111722c8073ed11e9a6e0aa4f2831c4b 100644 (file)
@@ -37,5 +37,7 @@
                        "type": "image\/png",
                        "density": "4.0"
                }
-       ]
+       ],
+       "start_url": "/",
+       "display": "minimal-ui"
 }