aboutsummaryrefslogtreecommitdiffstats
path: root/firefox-addon
diff options
context:
space:
mode:
Diffstat (limited to 'firefox-addon')
l---------firefox-addon/icon128.png1
l---------firefox-addon/icon48.png1
-rw-r--r--firefox-addon/package.json13
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"
},
{