commit 9589e7950ad149619033b01975efb1ac0e775673
parent 0c515b106113a446db7c27b1f55743c9596af9a0
Author: Ryan Wolf <rwolf@borderstylo.com>
Date: Mon, 4 Apr 2011 18:28:00 -0700
fixed the logo
Diffstat:
7 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -25,11 +25,3 @@
its fitness for _any_ purpose. You
acknowledge that I will not be held liable
for any damage its use could incur.
-
-
-Icon Author: Fast Icon
-
-HomePage: http://www.fasticon.com
-License: Commercial usage: Allowed
-
-The images or characters depicted in these icons are © by Respective Copyright Owners
diff --git a/eduarddit_128.png b/eduarddit_128.png
Binary files differ.
diff --git a/eduarddit_16.png b/eduarddit_16.png
Binary files differ.
diff --git a/eduarddit_19.png b/eduarddit_19.png
Binary files differ.
diff --git a/eduarddit_48.png b/eduarddit_48.png
Binary files differ.
diff --git a/icon.png b/icon.png
Binary files differ.
diff --git a/manifest.json b/manifest.json
@@ -1,11 +1,16 @@
{
"name": "Eduarddit",
- "version": "0.1",
+ "version": "1",
"description": "help Ed remember which link on reddit got him here",
"browser_action": {
- "default_icon": "icon.png",
+ "default_icon": "eduarddit_19.png",
"popup": "popup.html"
},
+ "icons": {
+ "16": "eduarddit_16.png",
+ "48": "eduarddit_48.png",
+ "128": "eduarddit_128.png"
+ },
"permissions": [
"http://www.reddit.com/api/",
"tabs"