Fix start URL in manifest

This commit is contained in:
Jason McBrayer 2018-09-19 11:18:23 -04:00
parent 04ef12944d
commit 9d341af910
1 changed files with 1 additions and 1 deletions

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" : "",