diff --git a/docs/3rdpartylicenses.txt b/docs/3rdpartylicenses.txt
new file mode 100644
index 0000000..1ae37dc
--- /dev/null
+++ b/docs/3rdpartylicenses.txt
@@ -0,0 +1,469 @@
+@angular/animations
+MIT
+
+@angular/cdk
+MIT
+The MIT License
+
+Copyright (c) 2024 Google LLC.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+
+@angular/common
+MIT
+
+@angular/core
+MIT
+
+@angular/forms
+MIT
+
+@angular/material
+MIT
+The MIT License
+
+Copyright (c) 2024 Google LLC.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+
+@angular/platform-browser
+MIT
+
+@angular/service-worker
+MIT
+
+@kurkle/color
+MIT
+The MIT License (MIT)
+
+Copyright (c) 2018-2021 Jukka Kurkela
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+@manekinekko/angular-web-bluetooth
+MIT
+
+@uriopass/nosleep.js
+MIT
+The MIT License (MIT)
+
+Copyright (c) Rich Tibbett
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+chart.js
+MIT
+The MIT License (MIT)
+
+Copyright (c) 2014-2022 Chart.js Contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+chartjs-plugin-datalabels
+MIT
+The MIT License (MIT)
+
+Copyright (c) 2017-2021 chartjs-plugin-datalabels contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+
+lodash-es
+MIT
+Copyright OpenJS Foundation and other contributors
+
+Based on Underscore.js, copyright Jeremy Ashkenas,
+DocumentCloud and Investigative Reporters & Editors
+
+This software consists of voluntary contributions made by many
+individuals. For exact contribution history, see the revision history
+available at https://github.com/lodash/lodash
+
+The following license applies to all parts of this software except as
+documented below:
+
+====
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+====
+
+Copyright and related rights for sample code are waived via CC0. Sample
+code is defined as all source code displayed within the prose of the
+documentation.
+
+CC0: http://creativecommons.org/publicdomain/zero/1.0/
+
+====
+
+Files located in the node_modules and vendor directories are externally
+maintained libraries used by this software which have their own
+licenses; we recommend you read them, as their terms may differ from the
+terms above.
+
+
+ng2-charts
+MIT
+The MIT License (MIT)
+
+Copyright (c) 2023 Valor Labs
+Copyright (c) 2023 Valor Software
+Copyright (c) 2023 Dmitriy Shekhovtsov
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+
+rxjs
+Apache-2.0
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+
+
+web-ant-plus
+MIT
+The MIT License (MIT)
+
+Copyright (c) 2015 Alessandro Vergani
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+
+
+zone.js
+MIT
+The MIT License
+
+Copyright (c) 2010-2023 Google LLC. https://angular.io/license
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
diff --git a/docs/assets/icons/android/android-launchericon-144-144.png b/docs/assets/icons/android/android-launchericon-144-144.png
new file mode 100644
index 0000000..dfccb36
Binary files /dev/null and b/docs/assets/icons/android/android-launchericon-144-144.png differ
diff --git a/docs/assets/icons/android/android-launchericon-192-192.png b/docs/assets/icons/android/android-launchericon-192-192.png
new file mode 100644
index 0000000..98131b8
Binary files /dev/null and b/docs/assets/icons/android/android-launchericon-192-192.png differ
diff --git a/docs/assets/icons/android/android-launchericon-48-48.png b/docs/assets/icons/android/android-launchericon-48-48.png
new file mode 100644
index 0000000..3705375
Binary files /dev/null and b/docs/assets/icons/android/android-launchericon-48-48.png differ
diff --git a/docs/assets/icons/android/android-launchericon-512-512.png b/docs/assets/icons/android/android-launchericon-512-512.png
new file mode 100644
index 0000000..96174d5
Binary files /dev/null and b/docs/assets/icons/android/android-launchericon-512-512.png differ
diff --git a/docs/assets/icons/android/android-launchericon-72-72.png b/docs/assets/icons/android/android-launchericon-72-72.png
new file mode 100644
index 0000000..e5e5045
Binary files /dev/null and b/docs/assets/icons/android/android-launchericon-72-72.png differ
diff --git a/docs/assets/icons/android/android-launchericon-96-96.png b/docs/assets/icons/android/android-launchericon-96-96.png
new file mode 100644
index 0000000..e90543c
Binary files /dev/null and b/docs/assets/icons/android/android-launchericon-96-96.png differ
diff --git a/docs/assets/icons/ios/100.png b/docs/assets/icons/ios/100.png
new file mode 100644
index 0000000..1bdbd8a
Binary files /dev/null and b/docs/assets/icons/ios/100.png differ
diff --git a/docs/assets/icons/ios/1024.png b/docs/assets/icons/ios/1024.png
new file mode 100644
index 0000000..28a7c8b
Binary files /dev/null and b/docs/assets/icons/ios/1024.png differ
diff --git a/docs/assets/icons/ios/114.png b/docs/assets/icons/ios/114.png
new file mode 100644
index 0000000..cb4fcff
Binary files /dev/null and b/docs/assets/icons/ios/114.png differ
diff --git a/docs/assets/icons/ios/120.png b/docs/assets/icons/ios/120.png
new file mode 100644
index 0000000..5b8e233
Binary files /dev/null and b/docs/assets/icons/ios/120.png differ
diff --git a/docs/assets/icons/ios/128.png b/docs/assets/icons/ios/128.png
new file mode 100644
index 0000000..17fffb9
Binary files /dev/null and b/docs/assets/icons/ios/128.png differ
diff --git a/docs/assets/icons/ios/144.png b/docs/assets/icons/ios/144.png
new file mode 100644
index 0000000..dfccb36
Binary files /dev/null and b/docs/assets/icons/ios/144.png differ
diff --git a/docs/assets/icons/ios/152.png b/docs/assets/icons/ios/152.png
new file mode 100644
index 0000000..7e2b50a
Binary files /dev/null and b/docs/assets/icons/ios/152.png differ
diff --git a/docs/assets/icons/ios/16.png b/docs/assets/icons/ios/16.png
new file mode 100644
index 0000000..e1b3e51
Binary files /dev/null and b/docs/assets/icons/ios/16.png differ
diff --git a/docs/assets/icons/ios/167.png b/docs/assets/icons/ios/167.png
new file mode 100644
index 0000000..689bcff
Binary files /dev/null and b/docs/assets/icons/ios/167.png differ
diff --git a/docs/assets/icons/ios/180.png b/docs/assets/icons/ios/180.png
new file mode 100644
index 0000000..21ad83f
Binary files /dev/null and b/docs/assets/icons/ios/180.png differ
diff --git a/docs/assets/icons/ios/192.png b/docs/assets/icons/ios/192.png
new file mode 100644
index 0000000..98131b8
Binary files /dev/null and b/docs/assets/icons/ios/192.png differ
diff --git a/docs/assets/icons/ios/20.png b/docs/assets/icons/ios/20.png
new file mode 100644
index 0000000..0d63506
Binary files /dev/null and b/docs/assets/icons/ios/20.png differ
diff --git a/docs/assets/icons/ios/256.png b/docs/assets/icons/ios/256.png
new file mode 100644
index 0000000..61cc486
Binary files /dev/null and b/docs/assets/icons/ios/256.png differ
diff --git a/docs/assets/icons/ios/29.png b/docs/assets/icons/ios/29.png
new file mode 100644
index 0000000..489ef39
Binary files /dev/null and b/docs/assets/icons/ios/29.png differ
diff --git a/docs/assets/icons/ios/32.png b/docs/assets/icons/ios/32.png
new file mode 100644
index 0000000..64e1b74
Binary files /dev/null and b/docs/assets/icons/ios/32.png differ
diff --git a/docs/assets/icons/ios/40.png b/docs/assets/icons/ios/40.png
new file mode 100644
index 0000000..8bce239
Binary files /dev/null and b/docs/assets/icons/ios/40.png differ
diff --git a/docs/assets/icons/ios/50.png b/docs/assets/icons/ios/50.png
new file mode 100644
index 0000000..764dceb
Binary files /dev/null and b/docs/assets/icons/ios/50.png differ
diff --git a/docs/assets/icons/ios/512.png b/docs/assets/icons/ios/512.png
new file mode 100644
index 0000000..96174d5
Binary files /dev/null and b/docs/assets/icons/ios/512.png differ
diff --git a/docs/assets/icons/ios/57.png b/docs/assets/icons/ios/57.png
new file mode 100644
index 0000000..93e0a98
Binary files /dev/null and b/docs/assets/icons/ios/57.png differ
diff --git a/docs/assets/icons/ios/58.png b/docs/assets/icons/ios/58.png
new file mode 100644
index 0000000..3514a83
Binary files /dev/null and b/docs/assets/icons/ios/58.png differ
diff --git a/docs/assets/icons/ios/60.png b/docs/assets/icons/ios/60.png
new file mode 100644
index 0000000..a1334db
Binary files /dev/null and b/docs/assets/icons/ios/60.png differ
diff --git a/docs/assets/icons/ios/64.png b/docs/assets/icons/ios/64.png
new file mode 100644
index 0000000..24a3a34
Binary files /dev/null and b/docs/assets/icons/ios/64.png differ
diff --git a/docs/assets/icons/ios/72.png b/docs/assets/icons/ios/72.png
new file mode 100644
index 0000000..e5e5045
Binary files /dev/null and b/docs/assets/icons/ios/72.png differ
diff --git a/docs/assets/icons/ios/76.png b/docs/assets/icons/ios/76.png
new file mode 100644
index 0000000..75d28c6
Binary files /dev/null and b/docs/assets/icons/ios/76.png differ
diff --git a/docs/assets/icons/ios/80.png b/docs/assets/icons/ios/80.png
new file mode 100644
index 0000000..3637a8b
Binary files /dev/null and b/docs/assets/icons/ios/80.png differ
diff --git a/docs/assets/icons/ios/87.png b/docs/assets/icons/ios/87.png
new file mode 100644
index 0000000..20f1277
Binary files /dev/null and b/docs/assets/icons/ios/87.png differ
diff --git a/docs/assets/icons/windows11/LargeTile.scale-100.png b/docs/assets/icons/windows11/LargeTile.scale-100.png
new file mode 100644
index 0000000..ee83532
Binary files /dev/null and b/docs/assets/icons/windows11/LargeTile.scale-100.png differ
diff --git a/docs/assets/icons/windows11/LargeTile.scale-125.png b/docs/assets/icons/windows11/LargeTile.scale-125.png
new file mode 100644
index 0000000..62a942a
Binary files /dev/null and b/docs/assets/icons/windows11/LargeTile.scale-125.png differ
diff --git a/docs/assets/icons/windows11/LargeTile.scale-150.png b/docs/assets/icons/windows11/LargeTile.scale-150.png
new file mode 100644
index 0000000..e027cd4
Binary files /dev/null and b/docs/assets/icons/windows11/LargeTile.scale-150.png differ
diff --git a/docs/assets/icons/windows11/LargeTile.scale-200.png b/docs/assets/icons/windows11/LargeTile.scale-200.png
new file mode 100644
index 0000000..a11ca9c
Binary files /dev/null and b/docs/assets/icons/windows11/LargeTile.scale-200.png differ
diff --git a/docs/assets/icons/windows11/LargeTile.scale-400.png b/docs/assets/icons/windows11/LargeTile.scale-400.png
new file mode 100644
index 0000000..d5d1530
Binary files /dev/null and b/docs/assets/icons/windows11/LargeTile.scale-400.png differ
diff --git a/docs/assets/icons/windows11/SmallTile.scale-100.png b/docs/assets/icons/windows11/SmallTile.scale-100.png
new file mode 100644
index 0000000..272a48d
Binary files /dev/null and b/docs/assets/icons/windows11/SmallTile.scale-100.png differ
diff --git a/docs/assets/icons/windows11/SmallTile.scale-125.png b/docs/assets/icons/windows11/SmallTile.scale-125.png
new file mode 100644
index 0000000..0f2aad7
Binary files /dev/null and b/docs/assets/icons/windows11/SmallTile.scale-125.png differ
diff --git a/docs/assets/icons/windows11/SmallTile.scale-150.png b/docs/assets/icons/windows11/SmallTile.scale-150.png
new file mode 100644
index 0000000..6a72531
Binary files /dev/null and b/docs/assets/icons/windows11/SmallTile.scale-150.png differ
diff --git a/docs/assets/icons/windows11/SmallTile.scale-200.png b/docs/assets/icons/windows11/SmallTile.scale-200.png
new file mode 100644
index 0000000..a65479a
Binary files /dev/null and b/docs/assets/icons/windows11/SmallTile.scale-200.png differ
diff --git a/docs/assets/icons/windows11/SmallTile.scale-400.png b/docs/assets/icons/windows11/SmallTile.scale-400.png
new file mode 100644
index 0000000..aa9f8ec
Binary files /dev/null and b/docs/assets/icons/windows11/SmallTile.scale-400.png differ
diff --git a/docs/assets/icons/windows11/SplashScreen.scale-100.png b/docs/assets/icons/windows11/SplashScreen.scale-100.png
new file mode 100644
index 0000000..db6c9df
Binary files /dev/null and b/docs/assets/icons/windows11/SplashScreen.scale-100.png differ
diff --git a/docs/assets/icons/windows11/SplashScreen.scale-125.png b/docs/assets/icons/windows11/SplashScreen.scale-125.png
new file mode 100644
index 0000000..16db929
Binary files /dev/null and b/docs/assets/icons/windows11/SplashScreen.scale-125.png differ
diff --git a/docs/assets/icons/windows11/SplashScreen.scale-150.png b/docs/assets/icons/windows11/SplashScreen.scale-150.png
new file mode 100644
index 0000000..d2ab6b1
Binary files /dev/null and b/docs/assets/icons/windows11/SplashScreen.scale-150.png differ
diff --git a/docs/assets/icons/windows11/SplashScreen.scale-200.png b/docs/assets/icons/windows11/SplashScreen.scale-200.png
new file mode 100644
index 0000000..5b854c9
Binary files /dev/null and b/docs/assets/icons/windows11/SplashScreen.scale-200.png differ
diff --git a/docs/assets/icons/windows11/SplashScreen.scale-400.png b/docs/assets/icons/windows11/SplashScreen.scale-400.png
new file mode 100644
index 0000000..81addbf
Binary files /dev/null and b/docs/assets/icons/windows11/SplashScreen.scale-400.png differ
diff --git a/docs/assets/icons/windows11/Square150x150Logo.scale-100.png b/docs/assets/icons/windows11/Square150x150Logo.scale-100.png
new file mode 100644
index 0000000..64837e3
Binary files /dev/null and b/docs/assets/icons/windows11/Square150x150Logo.scale-100.png differ
diff --git a/docs/assets/icons/windows11/Square150x150Logo.scale-125.png b/docs/assets/icons/windows11/Square150x150Logo.scale-125.png
new file mode 100644
index 0000000..af514e7
Binary files /dev/null and b/docs/assets/icons/windows11/Square150x150Logo.scale-125.png differ
diff --git a/docs/assets/icons/windows11/Square150x150Logo.scale-150.png b/docs/assets/icons/windows11/Square150x150Logo.scale-150.png
new file mode 100644
index 0000000..d8b6be7
Binary files /dev/null and b/docs/assets/icons/windows11/Square150x150Logo.scale-150.png differ
diff --git a/docs/assets/icons/windows11/Square150x150Logo.scale-200.png b/docs/assets/icons/windows11/Square150x150Logo.scale-200.png
new file mode 100644
index 0000000..4557a09
Binary files /dev/null and b/docs/assets/icons/windows11/Square150x150Logo.scale-200.png differ
diff --git a/docs/assets/icons/windows11/Square150x150Logo.scale-400.png b/docs/assets/icons/windows11/Square150x150Logo.scale-400.png
new file mode 100644
index 0000000..29632a7
Binary files /dev/null and b/docs/assets/icons/windows11/Square150x150Logo.scale-400.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-16.png b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-16.png
new file mode 100644
index 0000000..47ae2be
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-16.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-20.png b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-20.png
new file mode 100644
index 0000000..cb49454
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-20.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-24.png b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-24.png
new file mode 100644
index 0000000..3c56440
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-24.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-256.png b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-256.png
new file mode 100644
index 0000000..5600953
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-256.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-30.png b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-30.png
new file mode 100644
index 0000000..011fc70
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-30.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-32.png b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-32.png
new file mode 100644
index 0000000..40626e3
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-32.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-36.png b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-36.png
new file mode 100644
index 0000000..a47c459
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-36.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-40.png b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-40.png
new file mode 100644
index 0000000..defb7f1
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-40.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-44.png b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-44.png
new file mode 100644
index 0000000..40d4782
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-44.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-48.png b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-48.png
new file mode 100644
index 0000000..c80749a
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-48.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-60.png b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-60.png
new file mode 100644
index 0000000..b31708e
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-60.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-64.png b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-64.png
new file mode 100644
index 0000000..719673e
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-64.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-72.png b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-72.png
new file mode 100644
index 0000000..baa660b
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-72.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-80.png b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-80.png
new file mode 100644
index 0000000..25600b0
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-80.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-96.png b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-96.png
new file mode 100644
index 0000000..4b2af9f
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-lightunplated_targetsize-96.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-16.png b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-16.png
new file mode 100644
index 0000000..47ae2be
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-16.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-20.png b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-20.png
new file mode 100644
index 0000000..cb49454
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-20.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-24.png b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-24.png
new file mode 100644
index 0000000..3c56440
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-24.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-256.png b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-256.png
new file mode 100644
index 0000000..5600953
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-256.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-30.png b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-30.png
new file mode 100644
index 0000000..011fc70
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-30.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-32.png b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-32.png
new file mode 100644
index 0000000..40626e3
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-32.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-36.png b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-36.png
new file mode 100644
index 0000000..a47c459
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-36.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-40.png b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-40.png
new file mode 100644
index 0000000..defb7f1
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-40.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-44.png b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-44.png
new file mode 100644
index 0000000..40d4782
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-44.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-48.png b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-48.png
new file mode 100644
index 0000000..c80749a
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-48.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-60.png b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-60.png
new file mode 100644
index 0000000..b31708e
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-60.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-64.png b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-64.png
new file mode 100644
index 0000000..719673e
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-64.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-72.png b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-72.png
new file mode 100644
index 0000000..baa660b
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-72.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-80.png b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-80.png
new file mode 100644
index 0000000..25600b0
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-80.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-96.png b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-96.png
new file mode 100644
index 0000000..4b2af9f
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.altform-unplated_targetsize-96.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.scale-100.png b/docs/assets/icons/windows11/Square44x44Logo.scale-100.png
new file mode 100644
index 0000000..40d4782
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.scale-100.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.scale-125.png b/docs/assets/icons/windows11/Square44x44Logo.scale-125.png
new file mode 100644
index 0000000..8cd5a8c
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.scale-125.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.scale-150.png b/docs/assets/icons/windows11/Square44x44Logo.scale-150.png
new file mode 100644
index 0000000..91af32d
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.scale-150.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.scale-200.png b/docs/assets/icons/windows11/Square44x44Logo.scale-200.png
new file mode 100644
index 0000000..12f4271
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.scale-200.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.scale-400.png b/docs/assets/icons/windows11/Square44x44Logo.scale-400.png
new file mode 100644
index 0000000..8c88abc
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.scale-400.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.targetsize-16.png b/docs/assets/icons/windows11/Square44x44Logo.targetsize-16.png
new file mode 100644
index 0000000..47ae2be
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.targetsize-16.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.targetsize-20.png b/docs/assets/icons/windows11/Square44x44Logo.targetsize-20.png
new file mode 100644
index 0000000..cb49454
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.targetsize-20.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.targetsize-24.png b/docs/assets/icons/windows11/Square44x44Logo.targetsize-24.png
new file mode 100644
index 0000000..3c56440
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.targetsize-24.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.targetsize-256.png b/docs/assets/icons/windows11/Square44x44Logo.targetsize-256.png
new file mode 100644
index 0000000..5600953
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.targetsize-256.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.targetsize-30.png b/docs/assets/icons/windows11/Square44x44Logo.targetsize-30.png
new file mode 100644
index 0000000..011fc70
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.targetsize-30.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.targetsize-32.png b/docs/assets/icons/windows11/Square44x44Logo.targetsize-32.png
new file mode 100644
index 0000000..40626e3
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.targetsize-32.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.targetsize-36.png b/docs/assets/icons/windows11/Square44x44Logo.targetsize-36.png
new file mode 100644
index 0000000..a47c459
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.targetsize-36.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.targetsize-40.png b/docs/assets/icons/windows11/Square44x44Logo.targetsize-40.png
new file mode 100644
index 0000000..defb7f1
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.targetsize-40.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.targetsize-44.png b/docs/assets/icons/windows11/Square44x44Logo.targetsize-44.png
new file mode 100644
index 0000000..40d4782
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.targetsize-44.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.targetsize-48.png b/docs/assets/icons/windows11/Square44x44Logo.targetsize-48.png
new file mode 100644
index 0000000..c80749a
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.targetsize-48.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.targetsize-60.png b/docs/assets/icons/windows11/Square44x44Logo.targetsize-60.png
new file mode 100644
index 0000000..b31708e
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.targetsize-60.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.targetsize-64.png b/docs/assets/icons/windows11/Square44x44Logo.targetsize-64.png
new file mode 100644
index 0000000..719673e
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.targetsize-64.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.targetsize-72.png b/docs/assets/icons/windows11/Square44x44Logo.targetsize-72.png
new file mode 100644
index 0000000..baa660b
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.targetsize-72.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.targetsize-80.png b/docs/assets/icons/windows11/Square44x44Logo.targetsize-80.png
new file mode 100644
index 0000000..25600b0
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.targetsize-80.png differ
diff --git a/docs/assets/icons/windows11/Square44x44Logo.targetsize-96.png b/docs/assets/icons/windows11/Square44x44Logo.targetsize-96.png
new file mode 100644
index 0000000..4b2af9f
Binary files /dev/null and b/docs/assets/icons/windows11/Square44x44Logo.targetsize-96.png differ
diff --git a/docs/assets/icons/windows11/StoreLogo.scale-100.png b/docs/assets/icons/windows11/StoreLogo.scale-100.png
new file mode 100644
index 0000000..764dceb
Binary files /dev/null and b/docs/assets/icons/windows11/StoreLogo.scale-100.png differ
diff --git a/docs/assets/icons/windows11/StoreLogo.scale-125.png b/docs/assets/icons/windows11/StoreLogo.scale-125.png
new file mode 100644
index 0000000..9912581
Binary files /dev/null and b/docs/assets/icons/windows11/StoreLogo.scale-125.png differ
diff --git a/docs/assets/icons/windows11/StoreLogo.scale-150.png b/docs/assets/icons/windows11/StoreLogo.scale-150.png
new file mode 100644
index 0000000..7044183
Binary files /dev/null and b/docs/assets/icons/windows11/StoreLogo.scale-150.png differ
diff --git a/docs/assets/icons/windows11/StoreLogo.scale-200.png b/docs/assets/icons/windows11/StoreLogo.scale-200.png
new file mode 100644
index 0000000..1bdbd8a
Binary files /dev/null and b/docs/assets/icons/windows11/StoreLogo.scale-200.png differ
diff --git a/docs/assets/icons/windows11/StoreLogo.scale-400.png b/docs/assets/icons/windows11/StoreLogo.scale-400.png
new file mode 100644
index 0000000..670768c
Binary files /dev/null and b/docs/assets/icons/windows11/StoreLogo.scale-400.png differ
diff --git a/docs/assets/icons/windows11/Wide310x150Logo.scale-100.png b/docs/assets/icons/windows11/Wide310x150Logo.scale-100.png
new file mode 100644
index 0000000..c904402
Binary files /dev/null and b/docs/assets/icons/windows11/Wide310x150Logo.scale-100.png differ
diff --git a/docs/assets/icons/windows11/Wide310x150Logo.scale-125.png b/docs/assets/icons/windows11/Wide310x150Logo.scale-125.png
new file mode 100644
index 0000000..c785bf6
Binary files /dev/null and b/docs/assets/icons/windows11/Wide310x150Logo.scale-125.png differ
diff --git a/docs/assets/icons/windows11/Wide310x150Logo.scale-150.png b/docs/assets/icons/windows11/Wide310x150Logo.scale-150.png
new file mode 100644
index 0000000..111b835
Binary files /dev/null and b/docs/assets/icons/windows11/Wide310x150Logo.scale-150.png differ
diff --git a/docs/assets/icons/windows11/Wide310x150Logo.scale-200.png b/docs/assets/icons/windows11/Wide310x150Logo.scale-200.png
new file mode 100644
index 0000000..db6c9df
Binary files /dev/null and b/docs/assets/icons/windows11/Wide310x150Logo.scale-200.png differ
diff --git a/docs/assets/icons/windows11/Wide310x150Logo.scale-400.png b/docs/assets/icons/windows11/Wide310x150Logo.scale-400.png
new file mode 100644
index 0000000..5b854c9
Binary files /dev/null and b/docs/assets/icons/windows11/Wide310x150Logo.scale-400.png differ
diff --git a/docs/deprecated-docs.md b/docs/deprecated-docs.md
deleted file mode 100644
index cfcf162..0000000
--- a/docs/deprecated-docs.md
+++ /dev/null
@@ -1,34 +0,0 @@
-# Deprecated documentation
-
-## Development server
-
-Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
-
-After running the web server under settings (cog icon on the toolbar) it is possible to set the WebSocket address of ESP Rowing Monitor. Once the WebGUI connects to the websocket server it will receive updates automatically and show the available metrics.
-
-## Build/Install
-
-It is possible to serve the WebGUI directly from the ESP Rowing Monitor server. In order to do this, this project needs to be built and than the files under the `dist/esp-rowing-monitor-client` folder needs to be copied to the `data/www` folder in the ESP Rowing Monitor project folder. Once thats done the LittleFs image can be built and uploaded to the ESP32 MCU.
-
-1. Run `ng build` to build the project. The build artifacts will be stored in the `dist/esp-rowing-monitor-client` directory.
-2. Copy the files under the `dist/esp-rowing-monitor-client` to the ESP Rowing Monitor project folder `data/www` folder
-3. Run `pio run --target uploadfs --environment esp32` to upload the file system image to the ESP32 chip via USB Serial
-
-One advantage of serving the WebGUI via the built in web server is that the WebSocket address is set automatically.
-
-## Experimental BLE Heart Rate Monitor Support
-
-- As per the specs Web BLE API is only available in [secure context](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts), i.e. either when accessing locally-delivered resources such as those with `http://127.0.0.1` URLs, `http://localhost` and `http://*.localhost` URLs (e.g. `http://dev.whatever.localhost/`), and `file://` URLs. This should mean that BLE connection will not be available if WebGUI is served up from the ESP32 as it does not meet any of the above criteria (served up via http from a local IP address). Currently there are several possible workarounds:
-
-1) serve the page up from the computer as a [Developer server](#development-server)
-2) use a simple light weight http server (it is available on most platforms including android) and serve the GUI from there and access it through localhost
-3) set up proxy pass for the ESP32's IP address and rewrite rule in IIS/Apache for a `localhost` address
-4) route through a secure https page (e.g. one that has a self-signed certificate) with proxy pass in IIS/Apache (I went down this route)
-
-None of the above are ideal especially in a DHCP local network as on the IP address change of the ESP32 these needs updating (in Option 1-2 on the WebGUI under settings, in Option 3-4 in IIS/Apache). A potential workaround is to set up a DHCP Binding in the router so the ESP32 gets assigned a reserved IP address.
-
-Option 1 and 2 is generally easier to setup but option 1 more cumbersome as the dev server needs starting every time, while option 3-4 is more complicated to set up initially but on the long term its more of a shoot and forget solution.
-
-A more robust and permanent solution to this is to implement/move to a web server library on the ESP32 that supports tls/ssl. However, while recently I was able to implement a https server (after testing libraries ending up using [this library](https://github.com/hoeken/PsychicHTTP)) on the ESP32 that worked, tests have shown that the MCU does not have sufficient memory (ssl handshakes require approx 45kb heap per socket!) making the device very unstable. I have created a separate [branch](https://github.com/Abasz/ESPRowingMonitor#http-server) on the ESP Rowing Monitor repo which has an updated README that includes the relevant considerations and observations.
-
-**Long story short, it is highly unlikely that a dedicated https server will make it to a stable release on the monitor and my recommendation is to use Option 2 (light weight web server).**
diff --git a/docs/favicon.ico b/docs/favicon.ico
new file mode 100644
index 0000000..91647d6
Binary files /dev/null and b/docs/favicon.ico differ
diff --git a/docs/imgs/ESP-Rowing-Monitor-WebGUI.jpg b/docs/imgs/ESP-Rowing-Monitor-WebGUI.jpg
deleted file mode 100644
index eda2472..0000000
Binary files a/docs/imgs/ESP-Rowing-Monitor-WebGUI.jpg and /dev/null differ
diff --git a/docs/index.html b/docs/index.html
new file mode 100644
index 0000000..d6dbb58
--- /dev/null
+++ b/docs/index.html
@@ -0,0 +1,19 @@
+
+
+
+
+ EspRowingMonitorClient
+
+
+
+
+
+
+
+
+
+
+
Loading monitor into cache please wait, this may take some time...