Skip to content

Commit

Permalink
Merge pull request #99 from DanielSinclair/extid-keys
Browse files Browse the repository at this point in the history
fix: docs that align with firefox uuid style
  • Loading branch information
louisgv authored Feb 9, 2025
2 parents ac23221 + aaf6ff6 commit 27dc9d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The final json might look like this:
"firefox": {
"file": "firefox_addon.xpi",
"sourceFile": "source.zip",
"extId": "aaaaaaa-aaaa-bbbb-cccc-dddddddddddd",
"extId": "akszypg",
"apiKey": "ab214c4d",
"apiSecret": "e%f253^gh"
},
Expand Down
2 changes: 1 addition & 1 deletion keys.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"extId": {
"type": "string",
"description": "This is the extension UUID, get it from https://addons.mozilla.org/en-US/developers/addon/{ext-name}/edit, under Technical Details. If it is embedded in your manifest under gecko.id, omit this property."
"description": "This is the extension UUID from https://addons.mozilla.org/en-US/developers/addon/EXT_ID/edit under Technical Details, or the URL slug. If it is embedded in your manifest under gecko.id, omit this property."
},
"license": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion keys.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"uploadOnly": true
},
"firefox": {
"extId": "aaaaaaa-aaaa-bbbb-cccc-dddddddddddd",
"extId": "abcd",
"apiKey": "abcd",
"apiSecret": "efgh"
},
Expand Down

0 comments on commit 27dc9d5

Please sign in to comment.