From fd0b905876bac80335dcb10a9749c520f1b588ff Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Sun, 13 Jul 2014 22:35:15 -0400 Subject: Better packaging, icons --- firefox-addon/icon128.png | 1 + firefox-addon/icon48.png | 1 + firefox-addon/package.json | 13 ++++++++----- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 120000 firefox-addon/icon128.png create mode 120000 firefox-addon/icon48.png (limited to 'firefox-addon') 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 ", "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" }, { -- cgit v1.2.3-70-g09d2