Confirmed users
158
edits
| Line 38: | Line 38: | ||
..., | ..., | ||
..., | ..., | ||
// New attributes introduced by NSec. | // New attributes introduced by NSec. | ||
"package-identifier": "3bd9a32f-8fd6-404f-bfbe-b883d2e93646", | "package-identifier": "3bd9a32f-8fd6-404f-bfbe-b883d2e93646", | ||
| Line 44: | Line 44: | ||
} | } | ||
After packaging and signing, it | After packaging and signing, it becomes: | ||
{ | { | ||
| Line 51: | Line 51: | ||
..., | ..., | ||
..., | ..., | ||
// New attributes introduced by NSec. | // New attributes introduced by NSec. | ||
"package-identifier": "3bd9a32f-8fd6-404f-bfbe-b883d2e93646", | "package-identifier": "3bd9a32f-8fd6-404f-bfbe-b883d2e93646", | ||
"moz-package-origin": "http://people.mozilla.org", | "moz-package-origin": "http://people.mozilla.org", | ||
// | |||
// Auto-generated part. | // Auto-generated part. | ||
"moz-resources": [...], | "moz-resources": [...], | ||
} | } | ||
=== 3. Create and Sign Your Package === | === 3. Create and Sign Your Package === | ||
* Install a [https://github.com/johnathan79717/fxos-package-signing-tool signing tool] | * Install a [https://github.com/johnathan79717/fxos-package-signing-tool signing tool] | ||