summaryrefslogtreecommitdiffstats
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
commitb4a2e939e347f743764912f09c7a3395ce37268d (patch)
tree9d3af4f0880a5c526990b0bef43e3550422282e9 /firefox-addon/package.json
parent687d859106e795394a3c925c1f98af06802bfc02 (diff)
downloadtracker-b4a2e939e347f743764912f09c7a3395ce37268d.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"
}]
}