diff --git a/static/manifest.json b/static/manifest.json new file mode 100644 index 0000000..a5b989d --- /dev/null +++ b/static/manifest.json @@ -0,0 +1,23 @@ +{ + "name": "MyAnimeList", + "short_name": "MAL", + "description": "Personal Anime Watchlist and Discovery", + "start_url": "/", + "display": "standalone", + "background_color": "#0a0a0a", + "theme_color": "#fb923c", + "icons": [ + { + "src": "/static/favicon.svg", + "sizes": "any", + "type": "image/svg+xml", + "purpose": "any" + }, + { + "src": "/static/favicon.svg", + "sizes": "any", + "type": "image/svg+xml", + "purpose": "maskable" + } + ] +} diff --git a/templates/base.gohtml b/templates/base.gohtml index 98311ca..172f1a8 100644 --- a/templates/base.gohtml +++ b/templates/base.gohtml @@ -4,6 +4,7 @@ MyAnimeList: {{template "title" .}} +