>>592
こんな感じでやればOK

executeInBackground(() => {
getCurrentWindow().then(w => {
browser.windows.update(w.id, {width: 640, height: 480});
});
}, []);

サイズは{width: XXX, height: XXX}
位置は{top: XXX, left: XXX}