Skip to content

Commit

Permalink
Support for Keep, Music, Translate
Browse files Browse the repository at this point in the history
Updated icons image with new apps
  • Loading branch information
asolkar committed Mar 26, 2016
1 parent 630c767 commit b7c592d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
#
build/
*.xpi
node_modules/
1 change: 1 addition & 0 deletions .jpmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ README.md
.gitignore
.jpmignore
*.xpi
node_modules/
Binary file added assets/gapps-icons.xcf
Binary file not shown.
Binary file modified data/gapps-icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions data/gapps-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,20 @@ var gapps_info = {
"url" : "https://contacts.google.com/",
"desc" : "Contacts",
"iconpos" : "0px -1726px"
},
"gtrans": {
"url" : "https://translate.google.com/",
"desc" : "Translate",
"iconpos" : "0px -207px"
},
"gkeep": {
"url" : "https://keep.google.com/",
"desc" : "Keep",
"iconpos" : "0px -1996px"
},
"gmusic": {
"url" : "https://play.google.com/music/listen",
"desc" : "Music",
"iconpos" : "0px -2060px"
}
};
2 changes: 1 addition & 1 deletion data/gapps.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
height: 64px;
width: 64px;
background-image: url("gapps-icons.png");
background-size: 64px 1996px;
background-size: 64px 2124px;
}
#ga-grid .ga-ico-desc {
display: block;
Expand Down

0 comments on commit b7c592d

Please sign in to comment.