Allow extension widget to specify title-url

This commit is contained in:
Svilen Markov
2025-03-29 10:56:11 +00:00
parent 958805a1fd
commit 26d68ba3fc
2 changed files with 15 additions and 2 deletions

View File

@@ -26,6 +26,9 @@ If you know how to setup an HTTP server and a bit of HTML and CSS you're ready t
### `Widget-Title`
Used to specify the title of the widget. If not provided, the widget's title will be "Extension".
### `Widget-Title-URL`
Used to specify the URL that will be opened when the widget's title is clicked. If the user has specified a `title-url` in their config, it will take precedence over this header.
### `Widget-Content-Type`
Used to specify the content type that will be returned by the extension. If not provided, the content will be shown as plain text.