Add fullscreen button and PWA support for iOS standalone mode

This commit is contained in:
Roni Laukkarinen
2026-02-02 00:08:42 +02:00
parent b2df50749d
commit d6ca3ce040
6 changed files with 153 additions and 3 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "Speed reader",
"short_name": "Speed reader",
"description": "A web-based speed reading tool using RSVP with ORP alignment",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0a",
"theme_color": "#0a0a0a",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}