mirror of
https://github.com/jfmcbrayer/brutaldon
synced 2025-01-11 22:44:30 +01:00
18 lines
381 B
JSON
18 lines
381 B
JSON
// -*- json -*-
|
|
{
|
|
"name": "Brutaldon",
|
|
"short_name": "Brutaldon",
|
|
"start_url": ".",
|
|
"display": "minimal-ui",
|
|
"description": "A brutalist web client for Mastodon"
|
|
"icons": [
|
|
{
|
|
"src": "images/brutaldon.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"scope": "./",
|
|
"theme_color": "#CCCCCC"
|
|
}
|