aboutsummaryrefslogtreecommitdiffstats
path: root/firefox-addon/package.json
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-07-10 21:50:43 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-07-10 21:50:43 -0400
commitd3c324e4b06f0744325798b92e2dd63fa81b520e (patch)
tree80e22d5f01a8380cff664d230265e53b0d4dfdf7 /firefox-addon/package.json
parentb92928dabbc1a56699a463a201d76bf08a58f818 (diff)
downloadbrowsing-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.json7
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"
}]
}