24 lines
492 B
JSON
24 lines
492 B
JSON
{
|
|
"name": "MyAnimeList",
|
|
"short_name": "MAL",
|
|
"description": "Personal Anime Watchlist and Discovery",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0a0a0a",
|
|
"theme_color": "#fb923c",
|
|
"icons": [
|
|
{
|
|
"src": "/static/app-icon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/static/app-icon.svg",
|
|
"sizes": "any",
|
|
"type": "image/svg+xml",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
}
|