Skip to content

Commit

Permalink
Fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
cuom1999 committed Aug 13, 2024
1 parent 8cd7327 commit 34e8ac6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions dmoj/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -1223,6 +1223,7 @@ def paged_list_view(view, name, **kwargs):
"favicon-32x32.png",
"favicon-16x16.png",
"android-chrome-192x192.png",
"android-chrome-512x512.png",
"android-chrome-48x48.png",
"mstile-310x150.png",
"apple-touch-icon-144x144.png",
Expand Down
8 changes: 4 additions & 4 deletions resources/icons/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "",
"short_name": "",
"name": "LQDOJ",
"short_name": "LQDOJ",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
Expand Down

0 comments on commit 34e8ac6

Please sign in to comment.