Confirmed users
1,158
edits
| Line 60: | Line 60: | ||
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 | |||
* 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 | ||
** continue | ** continue | ||
* if the add-on is signed | * if the add-on is signed | ||
** the add-on is contained in the signing in the CN field? (should check that) of the signature | ** the add-on is contained in the signing in the CN field? (should check that) of the signature | ||