24 lines
593 B
JSON
24 lines
593 B
JSON
{
|
|
"settings": {
|
|
"links": {
|
|
"label": "Links",
|
|
"description": "Format: Name|https://url"
|
|
},
|
|
"notify": {
|
|
"label": "Notify",
|
|
"description": "Notify when opening link."
|
|
},
|
|
"icon_provider": {
|
|
"label": "Icon Provider",
|
|
"description": "Icon download source.",
|
|
"google": "Google",
|
|
"duckduckgo": "DuckDuckGo",
|
|
"direct": "Site's own favicon.ico"
|
|
}
|
|
},
|
|
"notify": {
|
|
"title": "Websites",
|
|
"message": "Opening {name}"
|
|
}
|
|
}
|