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