Mute Chat for BoardGameArena Privacy Policy
Mute Chat for BoardGameArena collects no information about its users. It does not share any information with any third parties, because it has nothing to share.
The app also does not access your BoardGameArena.com account information.
Third-party code included in Mute Chat
This code runs on your device.
- detect-browser: Small tool to check which browser is running Mute Chat so the extension can use the correct icon image. This information is not logged or shared.
- webextension-polyfill: A Mozilla library that smoothes over differences between web browsers, allowing Mute Chat to run on all of them with the same code.
Third-party code used to build Mute Chat
This code does not run on your device.
The app
- Svelte: A framework for building fast, lightweight web apps.
- TypeScript: A variant of JavaScript. Helps you write safer, less crash-y code.
- @tsconfig/svelte: Basic TypeScript configuration for Svelte.
- esbuild: Super-fast compiler that turns Svelte and TypeScript into code browsers understand.
- esbuild-svelte: Lets esbuild compile Svelte files.
- svelte-preprocess: Lets Svelte understand TypeScript.
- @types/webextension-polyfill: Lets TypeScript understand webextension-polyfill
- @tsconfig/svelte: Helps TypeScript understand Svelte
Code quality
- prettier: Automatically formats my code to look nice.
- prettier-plugin-svelte: Lets prettier understand Svelte.

