Skip to content

Commit

Permalink
Added Google Voice
Browse files Browse the repository at this point in the history
  • Loading branch information
asolkar committed Nov 8, 2020
1 parent 95b2872 commit a8206df
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Supported apps:
* `gtrans`: Translate
* `gkeep`: Keep
* `gmusic`: Music
* `gvoice`: Voice
* `gslides`: Slides
* `gclass`: Classroom
* `ggroups`: Groups
Expand Down
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.
10 changes: 5 additions & 5 deletions data/gapps-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ var gapps_info = {
"desc" : "Messages",
"iconpos" : "0px -3030px"
},
/*"gpay": {
"url" : "https://pay.google.com/",
"desc" : "Pay",
"iconpos" : "0px -414px"
},*/
"gduo": {
"url" : "https://duo.google.com/",
"desc" : "Duo",
Expand Down Expand Up @@ -106,6 +101,11 @@ var gapps_info = {
"desc" : "Music",
"iconpos" : "0px -2962px"
},
"gvoice": {
"url" : "https://voice.google.com/",
"desc" : "Voice",
"iconpos" : "0px -3101px"
},
"gslides": {
"url" : "https://slides.google.com/",
"desc" : "Slides",
Expand Down
2 changes: 1 addition & 1 deletion data/gapps.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
height: 64px;
width: 64px;
background-image: url("gapps-icons.png");
background-size: 64px 3098px;
background-size: 64px 3166px;
}
#ga-grid .ga-ico-desc {
display: block;
Expand Down

0 comments on commit a8206df

Please sign in to comment.