Skip to content

Commit

Permalink
A new vector icon. Hurrah! Fix #43.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Wenzel committed Dec 13, 2014
1 parent 8032afc commit e417cf7
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
@@ -1,6 +1,8 @@
# Copy ShortURL Add-on
by Fred Wenzel ``<fwenzel@mozilla.com>``

![](https://raw.githubusercontent.com/fwenzel/copy-shorturl/master/copy-shorturl.png)

Copy ShortURL is a Firefox add-on. It allows you to copy a short URL for the
page you are currently visiting to your clipboard at the click of a button.

Expand Down
Binary file added copy-shorturl.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/ruler.sketch
Binary file not shown.
Binary file added src/data/img/icon-16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/data/img/icon-32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/data/img/icon-48.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/data/img/icon-64.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/data/img/ruler.png
Binary file not shown.
Binary file removed src/data/img/ruler32.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/lib/simple-notify.js
Expand Up @@ -5,8 +5,8 @@ const { Cc, Ci } = require('chrome'),
windowutils = require('sdk/deprecated/window-utils');

const addon_name = 'Copy ShortURL',
addon_icon = data.url('img/ruler.png'),
addon_icon32 = data.url('img/ruler32.png'),
addon_icon = data.url('img/icon-16.png'),
addon_icon32 = data.url('img/icon-32.png'),

// Preferences
notification_pref = 'extensions.copyshorturl.notifications',
Expand Down
2 changes: 2 additions & 0 deletions src/package.json
Expand Up @@ -10,6 +10,8 @@
"id": "jid0-ODIKJS9b4IT3H1NYlPKr0NDtLuE",
"name": "copy-shorturl",
"homepage": "http://copy-shorturl.rtfd.org",
"icon": "data/img/icon-48.png",
"icon64": "data/img/icon-64.png",
"preferences": [{
"name": "service",
"type": "menulist",
Expand Down

0 comments on commit e417cf7

Please sign in to comment.