1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-12-04 14:46:24 -05:00

Fix start URL in manifest

This commit is contained in:
Jason McBrayer 2018-09-19 11:18:23 -04:00
parent 04ef12944d
commit 9d341af910

View File

@ -3,7 +3,7 @@
"name" : "brutaldon", "name" : "brutaldon",
"scope" : "/", "scope" : "/",
"display" : "minimal-ui", "display" : "minimal-ui",
"start_url" : "https://brutaldon.online/about", "start_url" : "https://brutaldon.online/",
"short_name" : "brutaldon", "short_name" : "brutaldon",
"theme_color" : "transparent", "theme_color" : "transparent",
"description" : "", "description" : "",