Add back manifest icons. Fix #4. Thanks @Poeschl! Closes #5

This commit is contained in:
2019-10-01 20:55:17 +02:00
parent 41345d34b2
commit 40cd5e27ab
5 changed files with 108 additions and 32 deletions

View File

@@ -4,11 +4,10 @@
"step": {
"config": {
"title": "Favicon changer",
"description": "Set the page title, favicon and/or iOS icons",
"description": "Set the page title, and path to icons.",
"data": {
"title": "Page title",
"favicon": "favicon URL",
"apple": "iOS icon URL"
"icon_path": "Icon path"
}
}
},
@@ -21,8 +20,7 @@
"init": {
"data": {
"title": "Page title",
"favicon": "favicon URL",
"apple": "iOS icon URL"
"icon_path": "Icon path"
}
}
}