Freshet

Logo

Thaw any JSON URL into a more useful page. Liquid templates per URL pattern — fields surfaced, statuses colored, IDs linkified.

View the Project on GitHub MattAltermatt/freshet

Freshet Privacy Policy

Last updated: 2026-04-19

Summary

Freshet is a Chrome extension that thaws JSON URLs into rendered pages using per-URL Liquid templates, locally, in your browser. It does not collect, transmit, or share any personal information.

Data the extension stores

The extension stores only your own configuration: the rules and templates you create on the Options page, plus a per-host “skip” toggle from the popup.

This data is stored using Chrome’s built-in chrome.storage API:

Both storage areas are scoped to this extension and are not accessible to other websites or extensions.

Data the extension does NOT collect

The extension does not:

How the content script works

When a page loads, the extension’s content script reads the page’s text and checks whether any rule you configured matches the page URL. If a match is found and the page contains valid JSON, the extension renders it according to your template. All processing happens in your browser. Nothing is sent anywhere.

Permissions and why they are needed

Permission Purpose
storage Persist your rules and templates locally and via Chrome’s sync.
tabs The popup reads the active tab’s URL to show match status and the per-host skip toggle.
<all_urls> (host permission) The content script must be able to inspect arbitrary pages so it can apply the user-configured rules you set up.

Data you can export, share, or delete

Third parties

There are no third-party services, analytics, advertising, or telemetry providers integrated into this extension.

Changes to this policy

If this policy materially changes, the “Last updated” date at the top of this page will be revised, and the changes will be summarized in the project changelog.

Contact

Questions, concerns, or reports of policy violations: