Closed
Bug 1489500
Opened 8 years ago
Closed 7 years ago
Unpacked WebExtensions can't be updated to packed on Firefox 62
Categories
(Toolkit :: Add-ons Manager, enhancement, P1)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mkaply, Unassigned)
Details
If a user has an unpacked WebExtension, with Firefox 62, that add-ons is marked as unverified and legacy.
Because of that, we can't read the manifest.json to get an update URL in order to update them to a new version that is packed.
This is a major problem for distributions where a WebExtension could be unpacked in the user profile directory and hasn't been updated.
We should either:
1. Pack the extension ourselves (we can do that. We can create Zips).
or
2. At least read the manifest.json so the add-on can be updated.
| Reporter | ||
Comment 2•8 years ago
|
||
So it looks like the data is in the addons database, so updates will still happen. So this is probably a won't fix.
Flags: needinfo?(mozilla)
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•