I am trying to configure the iOS applications icons but adding this to the config.json doesn t work.
{
"author": "myemail",
"config_version": "2",
"description": "My Extension Description",
"icons": {
"ios": {
"57": "57px.png",
"72": "72px.png",
"114": "114px.png"
}
},...
All icons are in my src folder.