aboutsummaryrefslogtreecommitdiffstats
path: root/firefox-addon/package.json
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-07-08 08:56:02 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-07-08 08:56:02 -0400
commit748b409f64ae7ccbe53ab24d932873db3b880198 (patch)
tree7c45b04ad5dc5f42e11d66673d05fcc6cc75265e /firefox-addon/package.json
parent8fba675c243e7359a5df731d84df79bf1316e7b7 (diff)
downloadbrowsing-activity-tracker-748b409f64ae7ccbe53ab24d932873db3b880198.tar.gz
Proof of concept for Firefox logging
Diffstat (limited to 'firefox-addon/package.json')
-rw-r--r--firefox-addon/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/firefox-addon/package.json b/firefox-addon/package.json
new file mode 100644
index 0000000..b655e9c
--- /dev/null
+++ b/firefox-addon/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "url-logger",
+ "title": "url-logger",
+ "id": "jid1-KLw59UduPgRwag",
+ "description": "Notify a callback url whenever a page is loaded/shown.",
+ "author": "Thibaut Horel <thibaut@horel.org>",
+ "license": "MPL 2.0",
+ "version": "0.1",
+ "preferences": [{
+ "name": "callbackUrl",
+ "type": "string",
+ "title": "CallbackĀ URL",
+ "description": "URL to be notified on page load/show.",
+ "value": "http://localhost:8080"
+ }]
+}