mirror of https://gitlab.com/brutaldon/brutaldon
Add web app manifest (lol)
This commit is contained in:
parent
385b819678
commit
12d2636091
|
@ -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"
|
||||||
|
}
|
|
@ -13,6 +13,7 @@
|
||||||
brutaldon
|
brutaldon
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}</title>
|
{% endblock %}</title>
|
||||||
|
<link rel="manifest" href="{% static 'manifest.webmanifest' %}">
|
||||||
{% if not preferences %}
|
{% if not preferences %}
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="{% static 'css/bulma.min.css' %}">
|
href="{% static 'css/bulma.min.css' %}">
|
||||||
|
|
Loading…
Reference in New Issue