Add startUrl to the manifest

This commit is contained in:
Adrian Gruntkowski 2024-11-30 23:14:46 +01:00
parent c5125bf612
commit 6c3bfd5a9a

View file

@ -1 +1 @@
{"name":"Jenot Notes","short_name":"Jenot","icons":[{"src":"/img/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/img/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
{"name":"Jenot Notes","short_name":"Jenot","icons":[{"src":"/img/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/img/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone","start_url": "/index.html"}