Dashboard
Six widgets — clock, weather, search, Calendar, Tasks, Bookmarks — laid out on one screen. Weather uses Open-Meteo, so no API key is needed, and temperature is shown in °C.
Six widgets — clock, weather, search, Calendar, Tasks, Bookmarks — laid out on one screen. Weather uses Open-Meteo, so no API key is needed, and temperature is shown in °C.
Browse from a tile row on the dashboard; links open in a new tab. Folder operations, ordering, and a 30-day trash live in the Settings → Bookmarks tab. Custom icons accept PNG / JPEG / WebP / SVG up to 1MB.
Stored as bookmarks.json in your own Google Drive appDataFolder (extension-private). Whole-file LWW with ETag optimistic locking and tombstone-based deletion handles multi-device conflicts.
OAuth2 implicit flow via launchWebAuthFlow. Only four scopes are used: openid / email / profile (login), calendar.readonly (calendar), tasks (Tasks), drive.appdata (sync).
Wallpapers are stored locally in IndexedDB by default. Cross-device sync via Drive appDataFolder is opt-in only. Limit: 5MB, PNG / JPEG / WebP.