Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
madelen-at-work authored Apr 18, 2024
1 parent 728302e commit 6f5e24e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
},
"installation": {
"postInstallScript": "postinstallscript.sh"
},
"uninstallation": {
"preUninstallScript": "preuninstallscript.sh"
},
}
"configuration": {
"paramConfig": [
{
Expand Down Expand Up @@ -63,7 +60,8 @@
}
],
"containers": {
"containerHost": true
"containerHost": true,
"createDockerSymlinks": true
},
"settingPage": "index.html",
"httpConfig": [
Expand Down

0 comments on commit 6f5e24e

Please sign in to comment.