2
0
mirror of https://github.com/jfmcbrayer/brutaldon synced 2025-01-11 22:44:30 +01:00
brutaldon-interfaccia-web-m.../brutaldon/static/manifest.webmanifest

18 lines
381 B
Plaintext
Raw Normal View History

2018-09-19 15:37:36 +02:00
// -*- 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"
}