diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-07-13 22:35:15 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-07-13 22:35:15 -0400 |
| commit | fd0b905876bac80335dcb10a9749c520f1b588ff (patch) | |
| tree | 258ecb1e5888dff83f9cd175918bca90941d8249 /firefox-addon/package.json | |
| parent | 74d24b869e18ffb30bf9caa6614153a707340469 (diff) | |
| download | browsing-activity-tracker-fd0b905876bac80335dcb10a9749c520f1b588ff.tar.gz | |
Better packaging, icons
Diffstat (limited to 'firefox-addon/package.json')
| -rw-r--r-- | firefox-addon/package.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/firefox-addon/package.json b/firefox-addon/package.json index 6c89753..43cbf74 100644 --- a/firefox-addon/package.json +++ b/firefox-addon/package.json @@ -1,16 +1,19 @@ { - "name": "url-logger", - "title": "URL Logger", + "name": "browsing-activity-tracker", + "title": "Browsing Activity Tracker", "id": "jid1-KLw59UduPgRwag", - "description": "Notify a callback url whenever a page is loaded/shown.", + "description": "Notify a callback URL whenever a webpage is loaded or displayed.", "author": "Thibaut Horel <thibaut@horel.org>", "license": "MPL 2.0", "version": "0.1", + "homepage": "https://github.com/Thibauth/browsing-activity-tracker", + "icon": "icon48.png", + "icon64": "icon128.png", "preferences": [{ - "name": "callbackUrl", + "name": "callback", "type": "string", "title": "CallbackĀ URL", - "description": "URL to be notified on page load/show.", + "description": "URL to be notified.", "value": "http://localhost:8080" }, { |
