diff options
Diffstat (limited to 'firefox-addon/package.json')
| -rw-r--r-- | firefox-addon/package.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/firefox-addon/package.json b/firefox-addon/package.json index af6f529..6c89753 100644 --- a/firefox-addon/package.json +++ b/firefox-addon/package.json @@ -12,5 +12,12 @@ "title": "CallbackĀ URL", "description": "URL to be notified on page load/show.", "value": "http://localhost:8080" + }, + { + "name": "key", + "type": "string", + "title": "Browser key", + "description": "Key to identify the browser.", + "value": "firefox" }] } |
