Croydon / vertical-tabs-reloaded

Firefox add-on for arranging tabs vertically
https://addons.mozilla.org/firefox/addon/vertical-tabs-reloaded/
Mozilla Public License 2.0
137 stars 12 forks source link

[MV3] `applications` property -> `browser_specific_settings` #274

Closed Croydon closed 1 year ago

Croydon commented 1 year ago

Use "browser_specific_settings" instead of "applications".

Warning: The "applications" property in the manifest is deprecated and will no longer be accepted in Manifest Version 3 and above.

Not sure yet, what the minimal FF version is for this.

The documentation says v42, but I find this suspect. There is also no mention of the applications property anymore at all, making it hard to understand when this was introduced and when to migrate. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/browser_specific_settings

Croydon commented 1 year ago

Oops. Duplicate of #243