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 | |
| parent | 74d24b869e18ffb30bf9caa6614153a707340469 (diff) | |
| download | browsing-activity-tracker-fd0b905876bac80335dcb10a9749c520f1b588ff.tar.gz | |
Better packaging, icons
Diffstat (limited to 'firefox-addon')
| l--------- | firefox-addon/icon128.png | 1 | ||||
| l--------- | firefox-addon/icon48.png | 1 | ||||
| -rw-r--r-- | firefox-addon/package.json | 13 |
3 files changed, 10 insertions, 5 deletions
diff --git a/firefox-addon/icon128.png b/firefox-addon/icon128.png new file mode 120000 index 0000000..a95e1a6 --- /dev/null +++ b/firefox-addon/icon128.png @@ -0,0 +1 @@ +../icons/icon128.png
\ No newline at end of file diff --git a/firefox-addon/icon48.png b/firefox-addon/icon48.png new file mode 120000 index 0000000..dc5f7b5 --- /dev/null +++ b/firefox-addon/icon48.png @@ -0,0 +1 @@ +../icons/icon48.png
\ No newline at end of file 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" }, { |
