Skip to content

Commit

Permalink
Icons Updated. Prepping for store release
Browse files Browse the repository at this point in the history
  • Loading branch information
MHDante committed Jan 20, 2015
1 parent 9acfff5 commit cf0de2c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
Binary file modified Penalizer/app/img/icon.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 Penalizer/app/img/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 added Penalizer/app/img/icon16.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 Penalizer/app/img/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 12 additions & 4 deletions Penalizer/app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,

"name": "HabitRPG Sitepass",
"name": "HabitRPG SitePass",
"description": "This extension plugs into HabitRPG and turns your time-wasting navigation tendencies into rewards you can give yourself for keeping up with your other good habits.",
"version": "1.0",

Expand All @@ -13,16 +13,24 @@
"webRequest",
"<all_urls>",
"webNavigation",
"notifications"
"notifications"

],

"icons": {
"16": "img/icon16.png",
"32": "img/icon.png",
"48": "img/icon48.png",
"128": "img/icon128.png"
},

"browser_action": {
"default_icon": "img/icon.png",
"default_popup": "popup.html"
},

"background": {
"page": "background.html",
"persistent": true

}
}
}
11 changes: 6 additions & 5 deletions Penalizer/app/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@

}
.shop_gold {
background-image: url(img/icon.png);
width: 32px;
height: 22px;
vertical-align: top;
display: inline-block;
background-image: url(img/icon.png);
width: 32px;
height: 25px;
vertical-align: top;
display: inline-block;
background-position: 0;
}
h1 {
color: #946e00;
Expand Down

0 comments on commit cf0de2c

Please sign in to comment.