Glodenox / twitch-chat-monitor

Twitch Chat Monitor that allows the chat to be shown comfortably on a big monitor. Useful for room-scale streaming where the chat needs to be readable from a distance.
37 stars 9 forks source link

Add a web app manifest #30

Open Glodenox opened 2 years ago

Glodenox commented 2 years ago

A web app manifest would allow people to install the page as an app. Special care should be taken about caching the files though.

More details: https://developer.mozilla.org/en-US/docs/Web/Manifest

Already done: It makes sense to want to go fullscreen with the chat monitor and to provide it as a web app. To achieve that, we can provide a button to go fullscreen and a manifest file to allow the installation like a web app.

Glodenox commented 2 years ago

Added support for fullscreen. Not yet certain about the manifest file, as it would require the creation of an icon for the chat monitor.