Skip to content

Commit

Permalink
change to gray #999 icons
Browse files Browse the repository at this point in the history
  • Loading branch information
flybear5500 committed May 9, 2016
1 parent c355204 commit 8130745
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file added icon-999.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon128-999.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon16-999.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon48-999.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"manifest_version": 2,
"description": "Screen capture your current page in entirety and reliably!",
"browser_action": {
"default_icon": "icon.png",
"default_icon": "icon-999.png",
"default_popup": "popup.html"
},
"commands": {
Expand All @@ -16,8 +16,8 @@
},
"permissions": [ "activeTab" ],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
"16": "icon16-999.png",
"48": "icon48-999.png",
"128": "icon128-999.png"
}
}

0 comments on commit 8130745

Please sign in to comment.