summaryrefslogtreecommitdiffstats
path: root/firefox-addon/package.json
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-07-11 17:56:26 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-07-11 17:56:26 -0400
commitd3e4668fa2073176f2ae66e19fea12469f661f5f (patch)
tree11c9be3b9bb3c992310d172e99600e0c20cd8c89 /firefox-addon/package.json
parent78b5f6a8b869de9a15352ab35d5c40e440a3c141 (diff)
downloadtracker-d3e4668fa2073176f2ae66e19fea12469f661f5f.tar.gz
Move browser extensions to another repository
Diffstat (limited to 'firefox-addon/package.json')
-rw-r--r--firefox-addon/package.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/firefox-addon/package.json b/firefox-addon/package.json
deleted file mode 100644
index 6c89753..0000000
--- a/firefox-addon/package.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "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"
- },
- {
- "name": "key",
- "type": "string",
- "title": "Browser key",
- "description": "Key to identify the browser.",
- "value": "firefox"
- }]
-}