Skip to content

Commit

Permalink
Remove unnecessary icon to enforce use of largest icon, and update th…
Browse files Browse the repository at this point in the history
…eme/background colour to match specifications
  • Loading branch information
JacqMT committed Mar 28, 2018
1 parent a738901 commit ff8f26e
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 40 deletions.
Binary file removed game/static/icons/icon-128x128.png
Binary file not shown.
Binary file removed game/static/icons/icon-144x144.png
Binary file not shown.
Binary file removed game/static/icons/icon-152x152.png
Binary file not shown.
Binary file modified game/static/icons/icon-192x192.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified game/static/icons/icon-384x384.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified game/static/icons/icon-512x512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed game/static/icons/icon-72x72.png
Binary file not shown.
Binary file removed game/static/icons/icon-96x96.png
Binary file not shown.
44 changes: 4 additions & 40 deletions game/static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,53 +1,17 @@
{
"name": "Rapid Router",
"short_name": "Rapid Router",
"theme_color": "#2196f3",
"background_color": "#2196f3",
"theme_color": "#4A4A4A",
"background_color": "#A0C53A",
"display": "standalone",
"orientation": "landscape",
"Scope": "/portal",
"scope": "/portal",
"start_url": "/game",
"icons": [
{
"src": "icons/icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "icons/icon-96x96.png",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"splash_pages": null
]
}
1 change: 1 addition & 0 deletions game/templates/game/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

{% block head %}
{% include 'game/crowdin.html' %}
<link rel="manifest" href="{% static "manifest.json" %}">
{% endblock head %}

{% block secondaryButtons %}
Expand Down

0 comments on commit ff8f26e

Please sign in to comment.