diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-07-10 21:50:43 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-07-10 21:50:43 -0400 |
| commit | d3c324e4b06f0744325798b92e2dd63fa81b520e (patch) | |
| tree | 80e22d5f01a8380cff664d230265e53b0d4dfdf7 /firefox-addon/package.json | |
| parent | b92928dabbc1a56699a463a201d76bf08a58f818 (diff) | |
| download | browsing-activity-tracker-d3c324e4b06f0744325798b92e2dd63fa81b520e.tar.gz | |
Adding browser key feature, better handling unicode
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" }] } |
