Skip to content

Commit c15984c

Browse files
author
Plasmo G.A.T Deployer
committed
Updates
1 parent 694b2cb commit c15984c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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",

0 commit comments

Comments
 (0)