Jisho

×
Fae03410666e80534df7d3725df88314
1 Reply ・ Started by jpbarbosa at 2023-10-27 14:58:32 UTC ・ Last reply by Kimtaro Admin at 2024-01-15 00:50:22 UTC

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"
}
]
}

2986330e38386f92fee4774b0c54ed66
Kimtaro Admin at 2024-01-15 00:50:22 UTC

I'll consider this for the new version of the site that I'm working on.

to reply.