mirror of https://gitlab.com/brutaldon/brutaldon
Update the manifest
This commit is contained in:
parent
045f5363d9
commit
04ef12944d
|
@ -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"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue