- Editor mode -
The top-level object is the root of the JSON structure. It's between the first pair of curly braces ({}
).
This is where you define global settings for the page. Such as Style, wallpaper and title.
The following settings are supported in the top-level object.
title
- The page title (which is the big header at the top of the page and on the tab)style
- CSS to inject into the page. This is useful for theming your homepage to your liking.searchKey
- The keystroke that triggers the search popup to appear. (default: \)wallpaper
- the URL to the background image to use.links
- The list of widgets that are rendered on the page.
This list defined as .links
is the list of widgets that are rendered on the page. The following widgets are supported and allowed:
The link object takes as arguments:
title
- the name of the linkhref
- the URL to point tocolor
- the color of the elementicon
- a material design icon to showshortcutKey
- a sequence of keys to press to navigate to this url (mousetrap syntax).