Skip to content

Commit

Permalink
Resolves #2: new icon and banner image. update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pip8786 committed Jan 8, 2017
1 parent 075db74 commit f174346
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 969 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/key.pem
**/extension.crx
**/extension.zip
.idea/**
962 changes: 0 additions & 962 deletions .idea/workspace.xml

This file was deleted.

Binary file modified extension/images/ccna_icon128.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 removed extension/images/ccna_icon16.png
Binary file not shown.
Binary file removed extension/images/ccna_icon19.png
Binary file not shown.
Binary file removed extension/images/ccna_icon38.png
Binary file not shown.
Binary file removed extension/images/ccna_icon48.png
Binary file not shown.
8 changes: 1 addition & 7 deletions extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@
"name": "Credit Card Nicknames for Amazon",
"short_name" :"CCNA",
"description": "This extension allows you to assign nick names to your credit cards on Amazon.com (US Only).",
"version": "1.0.1",
"version": "1.0.2",
"icons": {
"16": "images/ccna_icon16.png",
"48": "images/ccna_icon48.png",
"128": "images/ccna_icon128.png" },
"browser_action": {
"default_icon": {
"19": "images/ccna_icon19.png",
"38": "images/ccna_icon38.png"
},
"default_popup": "src/popup.html"
},
"content_scripts" : [{
Expand Down

0 comments on commit f174346

Please sign in to comment.