29 lines
557 B
JSON

{
"config": {
"title": "Favicon",
"step": {
"config": {
"title": "Favicon changer",
"description": "Set the page title, and path to icons.",
"data": {
"title": "Page title",
"icon_path": "Icon path"
}
}
},
"abort": {
"single_instance_allowed": "Only a single configuration of favicon is allowed."
}
},
"options": {
"step": {
"init": {
"data": {
"title": "Page title",
"icon_path": "Icon path"
}
}
}
}
}