Try to get Fennec to add to homescreen

This commit is contained in:
Jason McBrayer 2018-09-19 21:16:09 -04:00
parent 37d161e55f
commit c5697e1766
1 changed files with 3 additions and 3 deletions

View File

@ -3,12 +3,12 @@
"name" : "brutaldon", "name" : "brutaldon",
"scope" : "/", "scope" : "/",
"display" : "minimal-ui", "display" : "minimal-ui",
"start_url" : "https://brutaldon.online/", "start_url" : "/",
"short_name" : "brutaldon", "short_name" : "brutaldon",
"theme_color" : "transparent", "theme_color" : "#CCCCCC",
"description" : "", "description" : "",
"orientation" : "any", "orientation" : "any",
"background_color" : "transparent", "background_color" : "#CCCCCC",
"icons" : [ "icons" : [
{ {
"src": "https://brutaldon.online/static/images/brutaldon.png", "src": "https://brutaldon.online/static/images/brutaldon.png",