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