Effective date: September 5, 2026 · Publisher: Shubhransh Jagota · Contact: agentmakemerich@gmail.com
Everyday Motivation is a browser extension that replaces your new tab with a short motivational quote over a full-screen photo, and adds a toolbar popup and a settings (options) page. It is designed to be private and fully offline: everything it does — choosing a quote, rotating photos and styles, and composing poster images — happens entirely on your own device.
In one sentence: the extension collects nothing, sends nothing, and makes no network requests of any kind. There is no account, no sign-in, no analytics, no telemetry, no advertising, and no server.
The extension saves only your own settings and its own app state, using the browser's built-in extension storage. There are three small pieces of stored data:
chrome.storage.sync): your choices only — whether the new-tab poster is on, which quote packs and categories you selected, the poster style and shape, whether the clock is shown, and your "quote of the day" pinning choice. Because this uses the browser's sync storage, if you are signed in to your browser it may roam these preferences across your own devices. These are preferences only — no identifiers, no personal information.chrome.storage.local, plus a small localStorage first-paint cache): a short list of recently shown items, the date a new quote was last shown, and — if pinning is on — which quote is pinned for the day, so you don't see the same quote, photo, or style twice in a row. A tiny cache of the current quote's text and your light/dark theme lets the page paint instantly without a flash. All of this stays on your device and is never synced or transmitted.chrome.storage.local): if you add your own background images from the settings page, they are stored on your device only, as local image data. They are never uploaded, never synced to other devices, and never leave your browser.That is the complete list of what the extension stores.
The extension does not read, collect, store, or transmit any of the following:
The extension requests a single browser permission — storage — used solely to save the settings and app state described above. It requests no access to the websites you visit and never reads or changes the content of any web page.
The extension makes zero network requests. Its content security policy sets connect-src 'none', so it has no code path that can contact any server. All quotes and photos are bundled inside the extension and rendered locally.
Because nothing is ever sent off your device:
The settings page includes one optional Donate link. If you choose to click it, your browser opens that donation page in a new tab — a normal outbound link you initiate. The extension itself still makes no network requests and sends no data of any kind; no information about you is included in that link.
The extension does not knowingly collect any data from anyone, including children. Because it collects no personal information at all, it does not build profiles of, or gather data about, users of any age.
If this policy changes, the updated version will be posted on this page and the effective date above will be updated. Material changes will be reflected here before they take effect.
Questions about this policy or the extension: agentmakemerich@gmail.com.