A basic Demo for Chromium's vector icons.
Uses the Native File System API. Please enable chrome://flags/#native-file-system-api to Save and Load files.
Uses the File Handling API. Please enable chrome://flags/#file-handling-api to handle .icon files on Chrome OS.
Attempts to use Screen Enumeration and Window Placement APIs.
Thanks to Sadrul's Chrome vector icon extension, for JS vector icon rendering code.
Thanks to James's Hello World PWA and this article, for an installable PWA template.
Uses code from my Window Placement Demo