Add web app manifest (lol)

This commit is contained in:
Jason McBrayer 2018-09-19 09:37:36 -04:00
parent 385b819678
commit 12d2636091
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
// -*- 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"
}

View File

@ -13,6 +13,7 @@
brutaldon
{% endif %}
{% endblock %}</title>
<link rel="manifest" href="{% static 'manifest.webmanifest' %}">
{% if not preferences %}
<link rel="stylesheet"
href="{% static 'css/bulma.min.css' %}">