Last updated: August 10, 2026
Launch Pad is a new-tab replacement extension: search, quick links, and a customizable grid of productivity widgets (currency converter, speed test, weather, finance, RSS, quotes, GitHub activity, an optional AI sidebar, and more). This policy describes, accurately and completely, what data the extension touches and where it goes. It covers the extension as it actually behaves in code today, not a generic template.
The storage, history, and bookmarks permissions are used as follows, and none of it is ever sent anywhere:
chrome.search API, which opens a results page using whichever search engine you've set as your browser's default. Launch Pad does not choose a search provider, does not see the results, and does not send your query anywhere itself.chrome.storage.local or localStorage) so the extension remembers your setup between sessions.Some widgets need to contact an external API to function. Each only receives the minimum needed for that specific feature — never your browsing history, bookmarks, or identity:
| Feature | Service contacted | What's sent |
|---|---|---|
| Currency Converter | open.er-api.com | A 3-letter currency code |
| Speed Test | speed.cloudflare.com | Nothing personal — generic test traffic to measure your connection |
| Weather | Open-Meteo and BigDataCloud | The city name you type, or your device's GPS coordinates (only if you grant the browser's location permission) |
| Finance | Yahoo Finance | The stock ticker symbol you configured |
| RSS | rss2json.com | The feed URL you added |
| Daily Quotes | dummyjson.com | Nothing personal — just pagination |
| Word of the Day | dictionaryapi.dev | A word from a fixed built-in list, not user input |
| Quick link previews / favicons | Google, DuckDuckGo, and Microlink | The domain (or, for link previews, the full URL) of a quick link you saved |
| Country indicator | ipwho.is, flagcdn.com | Your IP address (used only to show your country/city in one small UI element), via a standard IP lookup — the same kind of thing almost any website does |
Launch Pad has a few "bring your own key" features that are entirely off by default:
In all three cases: the key stays on your device, is never sent to Launch Pad or any server other than the named provider, and you can remove it at any time from the relevant widget's settings — which deletes it immediately.
If you turn on "Sync Across Devices" in Settings, a subset of your preferences (name, hero text, colors, theme, and widget visibility) is synced using Chrome's built-in chrome.storage.sync — the same infrastructure Chrome already uses to sync your bookmarks and settings across your signed-in devices. This is Google's sync service, not a server operated by Launch Pad. Larger data (quick links, wallpapers, full workspace contents) is kept local-only and is not part of this sync.
Launch Pad is a general-purpose browser tool and is not directed at children. It does not knowingly collect data from children.
If Launch Pad's data practices change (for example, a new widget that calls a new API), this page will be updated and the "Last updated" date above will change accordingly.
Questions about this policy: abdullahroshaan@gmail.com