Add fullscreen button and PWA support for iOS standalone mode
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user