diff options
Diffstat (limited to 'firefox-addon/package.json')
| -rw-r--r-- | firefox-addon/package.json | 23 |
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" - }] -} |
