Skip to content

Commit aaf6ff6

Browse files
fix: docs that align with firefox uuid style
1 parent a39e1a8 commit aaf6ff6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The final json might look like this:
8181
"firefox": {
8282
"file": "firefox_addon.xpi",
8383
"sourceFile": "source.zip",
84-
"extId": "aaaaaaa-aaaa-bbbb-cccc-dddddddddddd",
84+
"extId": "akszypg",
8585
"apiKey": "ab214c4d",
8686
"apiSecret": "e%f253^gh"
8787
},

keys.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
},
105105
"extId": {
106106
"type": "string",
107-
"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."
107+
"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."
108108
},
109109
"license": {
110110
"type": "string",

keys.template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"uploadOnly": true
99
},
1010
"firefox": {
11-
"extId": "aaaaaaa-aaaa-bbbb-cccc-dddddddddddd",
11+
"extId": "abcd",
1212
"apiKey": "abcd",
1313
"apiSecret": "efgh"
1414
},

0 commit comments

Comments
 (0)