Backup & Restore
Snapmarks stores everything locally in your browser. Backup & Restore lets you export a snapshot to a JSON file and import it again later — useful before reinstalling, switching devices (until cloud sync ships in Pro), or just as a safety net.
Creating a backup
- Open the side panel (right-click the page → Show side panel, or click the Snapmarks toolbar icon).
- Go to the Actions tab.
- Click Export backup.
A file named snapmarks-backup-YYYY-MM-DD.json will download automatically. It contains all your bookmarks, categories, and tags.
Restoring from a backup
- Open the side panel → Actions tab.
- Click Import backup and select your
.jsonfile. - Confirm the prompt — this will replace all current bookmarks, categories, and tags.
Backup file format
The JSON file is a plain object with three arrays:
{ "version": 1, "exportedAt": "2026-05-27T00:00:00.000Z", "bookmarks": [...], "categories": [...], "tags": [...]}The file is human-readable and can be inspected or edited in any text editor.