firefoxでローカル拡張機能をインストールできない

Life

状況

wxt buildで作ったzipを手動テストするためにfirefoxにインストールしたい

firefox上で「ファイルからアドオンをインストール…」のボタンからzipを選択してインストールするも下記のエラーが表示される

このアドオンは壊れているため、インストールできませんでした
This add-on could not be installed because it appears to be corrupt.

試したこと

wxt.config.tsでmanifestのapplications.gecko.idに適用な値を入れてみるが、特に変化なし
参考: https://singletonton.blogspot.com/2020/02/firefox.html

manifestのbrowser_specific_settings.gecko.idに適用な値を入れてみるが、特に変化なし
参考: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings

about:debugging#/runtime/this-firefox
ここからインストールするとできた
参考: https://discourse.mozilla.org/t/this-add-on-could-not-be-installed-because-it-appears-to-be-corrupted/135626