Update the manifest

This commit is contained in:
Jason F. McBrayer 2018-09-19 11:05:04 -04:00
parent 045f5363d9
commit 04ef12944d
1 changed files with 17 additions and 14 deletions

View File

@ -1,16 +1,19 @@
{ {"dir" : "ltr",
"name": "Brutaldon", "lang" : "en",
"short_name": "Brutaldon", "name" : "brutaldon",
"start_url": ".", "scope" : "/",
"display": "minimal-ui", "display" : "minimal-ui",
"description": "A brutalist web client for Mastodon" "start_url" : "https://brutaldon.online/about",
"icons": [ "short_name" : "brutaldon",
"theme_color" : "transparent",
"description" : "",
"orientation" : "any",
"background_color" : "transparent",
"related_applications" : "",
"prefer_related_applications" : "false",
"icons" : [
{ {
"src": "images/brutaldon.png", "src": "https://brutaldon.online/static/images/brutaldon.png",
"sizes": "512x512", "sizes": "320x320"
"type": "image/png"
} }
], ]}
"scope": "./",
"theme_color": "#CCCCCC"
}