Overview
Degoog can be customised with plugins, themes, search engines, and
aliases. Extensions live under data/ and can be installed
from Store repositories (git repos you add in
Settings → Store).
Where things live
| Path | Purpose |
|---|---|
data/plugins/ |
Plugins (bang commands, slots, tabs, search bar actions, routes) |
data/themes/ |
Themes (CSS and optional HTML overrides) |
data/engines/ |
Search engines (web, images, video, etc.) |
data/plugin-settings.json |
Extension settings and active theme |
data/aliases.json |
Custom !alias → !command mappings
|
data/repos.json |
Store repos and installed items |
data/store/ |
Cloned Store repo data |
Quick start
- Open Settings → Store.
-
Add a repo: paste
https://github.com/fccview/fccview-degoog-extensions.gitand add it. - Browse the Store tab and install a plugin (e.g. Weather) or theme (e.g. Zen).
Official extensions repo: fccview-degoog-extensions. Add its clone URL in Settings → Store to install plugins, themes, and engines.
Extension types
-
Plugins — Bang commands
(
!weather London), result slots, search result tabs, search bar actions, API routes, middleware. - Themes — Override CSS and optionally home/search HTML.
- Search engines — Custom search backends (web, images, video).
- Store — Add git repos and install extensions from them.
-
Aliases — Custom
!alias→!commandmappings.