Issue Description:
i’m having yet issues changing window size from manifest. Maybe i’m misunderstanding thehttps://overwolf.github.io/docs/api/manifest-json#window-override_on_update works but, i’m changing the size of a window and also forcing a new version, but nothing change.
I’ve a strange situation in docking, tho, app is reported multiple times, see screenshot
Manifest configuration:
Steps to reproduce:
- Change window height size from manifest, from 600 to a evident wrong size, let’s say 200 > Reload app, window is 600
- Change version, from 2.12.6 to 2.12.7 > Reload app, window is 600
- Disable and re-Enable the app from packages window > window is still 600
- Uninstall and Reinstall the app from load package > window is 200, finally
EndGameReportV2": {
“block_top_window_navigation”: true,
“popup_blocker”: true,
“mute”: true,
“file”: “build/EndGameReportV2.html”,
“transparent”: true,
“override_on_update”: true,
“size”: {
“width”: 700,
“height”: 300
}
},
Impact for my app: [low, mid, high, show-stopper]: high, need to uninstall and reinstall app at every change
Do you currently have a workaround? Uninstall and reinstall app
OverwolfLogs_2020-09-12_15-21-30.zip (1.1 MB)