Confirmed users
1,158
edits
(→API) |
|||
Line 44: | Line 44: | ||
When signing a WebExtension we would go through something like the following: | When signing a WebExtension we would go through something like the following: | ||
* see if | * see if browser_specific_settings > id exists in manifest.json | ||
** if an add-on id exists, use it for the add-on | ** if an add-on id exists, use it for the add-on | ||
** continue | ** continue | ||
* see if | * 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 | ||
** continue | ** continue |