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 | |
| parent | 74d24b869e18ffb30bf9caa6614153a707340469 (diff) | |
| download | browsing-activity-tracker-fd0b905876bac80335dcb10a9749c520f1b588ff.tar.gz | |
Better packaging, icons
| l--------- | chrome-extension/icon128.png | 1 | ||||
| l--------- | chrome-extension/icon16.png | 1 | ||||
| l--------- | chrome-extension/icon32.png | 1 | ||||
| l--------- | chrome-extension/icon48.png | 1 | ||||
| -rw-r--r-- | chrome-extension/manifest.json | 12 | ||||
| l--------- | firefox-addon/icon128.png | 1 | ||||
| l--------- | firefox-addon/icon48.png | 1 | ||||
| -rw-r--r-- | firefox-addon/package.json | 13 | ||||
| -rw-r--r-- | icons/icon128.png | bin | 0 -> 24104 bytes | |||
| -rw-r--r-- | icons/icon16.png | bin | 0 -> 955 bytes | |||
| -rw-r--r-- | icons/icon32.png | bin | 0 -> 2808 bytes | |||
| -rw-r--r-- | icons/icon48.png | bin | 0 -> 5280 bytes | |||
| -rw-r--r-- | icons/icon512.png | bin | 0 -> 178295 bytes |
13 files changed, 24 insertions, 7 deletions
diff --git a/chrome-extension/icon128.png b/chrome-extension/icon128.png new file mode 120000 index 0000000..a95e1a6 --- /dev/null +++ b/chrome-extension/icon128.png @@ -0,0 +1 @@ +../icons/icon128.png
\ No newline at end of file diff --git a/chrome-extension/icon16.png b/chrome-extension/icon16.png new file mode 120000 index 0000000..b431422 --- /dev/null +++ b/chrome-extension/icon16.png @@ -0,0 +1 @@ +../icons/icon16.png
\ No newline at end of file diff --git a/chrome-extension/icon32.png b/chrome-extension/icon32.png new file mode 120000 index 0000000..4ceca58 --- /dev/null +++ b/chrome-extension/icon32.png @@ -0,0 +1 @@ +../icons/icon32.png
\ No newline at end of file diff --git a/chrome-extension/icon48.png b/chrome-extension/icon48.png new file mode 120000 index 0000000..dc5f7b5 --- /dev/null +++ b/chrome-extension/icon48.png @@ -0,0 +1 @@ +../icons/icon48.png
\ No newline at end of file diff --git a/chrome-extension/manifest.json b/chrome-extension/manifest.json index a8ebd0a..a8dfff2 100644 --- a/chrome-extension/manifest.json +++ b/chrome-extension/manifest.json @@ -1,7 +1,15 @@ { - "name": "Webpage Logger", + "name": "Browsing Activity Tracker", + "author": "Thibaut Horel <thibaut@horel.org>", "version": "0.1", - "description": "Notify a callback URL", + "description": "Notify a callback URL whenever a webpage is loaded or displayed.", + "homepage_url": "https://github.com/Thibauth/browsing-activity-tracker", + "icons": { + "16": "icon16.png", + "32": "icon32.png", + "48": "icon48.png", + "128": "icon128.png" + }, "manifest_version": 2, "background": { "scripts": ["bg.js"] 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" }, { diff --git a/icons/icon128.png b/icons/icon128.png Binary files differnew file mode 100644 index 0000000..887c4f8 --- /dev/null +++ b/icons/icon128.png diff --git a/icons/icon16.png b/icons/icon16.png Binary files differnew file mode 100644 index 0000000..f74bb69 --- /dev/null +++ b/icons/icon16.png diff --git a/icons/icon32.png b/icons/icon32.png Binary files differnew file mode 100644 index 0000000..3d60927 --- /dev/null +++ b/icons/icon32.png diff --git a/icons/icon48.png b/icons/icon48.png Binary files differnew file mode 100644 index 0000000..945a2c6 --- /dev/null +++ b/icons/icon48.png diff --git a/icons/icon512.png b/icons/icon512.png Binary files differnew file mode 100644 index 0000000..2899ea5 --- /dev/null +++ b/icons/icon512.png |
