lambdawinner829
at 2023-11-14 02:01:24 UTC
I am glad that there are some files that we have been thinking about and I can see it working out for you which is nice to keep thinking about and I hope it’s good.
Log in to reply.
Suggestion: add manifest.json with display:standalone allowing Jisho to be used as a web app
WaniKani example:
{
"name": "WaniKani",
"start_url": "/",
"lang": "en-us",
"background_color": "white",
"theme_color": "white",
"display": "standalone",
"icons": [
{
"src": "...png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "...png",
"sizes": "512x512",
"type": "image/png"
}
]
}