All snippets, links, files, and settings you save in Salver are stored exclusively in your browser's IndexedDB (via the unlimitedStorage permission). Nothing leaves your device.
| Permission | Why it is needed |
|---|---|
| sidePanel | Display the Salver panel inside the browser window. |
| storage / unlimitedStorage | Store your snippets and files in IndexedDB without quota limits. |
| activeTab | Identify the current tab when you click Attach. |
| scripting | Inject the file-attach chip into the active page on demand — only when you explicitly click Attach for a specific file. The script is never injected automatically. |
| contextMenus | Add the "Add selection to Salver" right-click option. |
| host_permissions (<all_urls>) | Allow the on-demand content script to run on whichever page you choose to use Attach on. Without this, the injection fails when the side panel has been open longer than the activeTab grace period. The script never runs automatically on any page. |
Salver makes no network requests of any kind. There are no third-party SDKs, no analytics, no crash reporting, and no telemetry.
For questions or concerns, open an issue at the project repository.