WebExtensions/Applications: Difference between revisions

added banner
(added banner)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Template:ObsoleteAMO}}
Status: '''draft'''
Status: '''draft'''


Line 61: Line 63:


When Firefox loads an add-on we would go through something like the following:
When Firefox loads an add-on we would go through something like the following:
* see if browser_specific_settings > id exists in manifest.json
** if an add-on id exists, use it for the add-on
** continue on to the usual signing checks
* see if applications > id exists in the manifest.json (for legacy)
* see if applications > id exists in the manifest.json (for legacy)
** if an add-on id exists, use it for the add-on
** if an add-on id exists, use it for the add-on
85

edits