Hi,
I’m working on a Plugin that supports both Firefox Desktop and Firefox for Android. On Firefox Desktop, the plugin uses a Sidebar. From the manifest:
“sidebar_action”: {
“default_panel”: “sidepanel.html”,
“default_title”: “My Title”,
“open_at_install”: true
}
On Android, as Sidebars are not available, I’m falling back to a Popup:
“browser_action”: {
“default_title”: “My Title”,
“default_popup”: “popup.html”
}
Currently, I’m using two different version that are built separately and thus have two different manifests one for Desktop and one for Android. Is there any way to unify both versions into one single plugin/manifest so that I can upload a single plugin to AMO?
Thanks for your help!
Best
Stef