// settings_schema.json
[
{
"name": "General Settings",
"settings": [
{
"type": "image_picker",
"id": "favicon",
"label": "Favicon Image",
"info": "Will be scaled down to 32x32px"
},
{
"type": "image_picker",
"id": "apple_touch_icon",
"label": "Apple touch icon image",
"info": "Will be scaled down to 120x120px"
}
]
}
]