Skip to content

Commit

Permalink
Merge branch 'master' of github.com:asolkar/ffx-addon-gglappbtn
Browse files Browse the repository at this point in the history
  • Loading branch information
asolkar committed Nov 5, 2020
2 parents 687dee2 + e7e728c commit fb02a06
Show file tree
Hide file tree
Showing 12 changed files with 80 additions and 70 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
*.xpi
*.zip
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Build extension package
#
VERSION = 1.1
VERSION = 1.2
SOURCES = manifest.json data/* icons/*
PACKAGE = ../gglappbtn-$(VERSION).xpi
EXCLUDES = Makefile README.md gen_readme_app_list.rb *.DS_Store
Expand Down
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,28 @@ Currently has links to popular Google applications in a 3x3 grid. There is some

Supported apps:

* `gplus`: Google+
* `gmail`: Gmail
* `gcal`: Calendar
* `gdoc`: Docs
* `gsheets`: Sheets
* `gdrv`: Drive
* `gnews`: News
* `gdoc`: Docs
* `gphotos`: Photos
* `gmaps`: Maps
* `gmeet`: Meet
* `gpod`: Podcasts
* `gplay`: Play
* `gytube`: YouTube
* `gnews`: News
* `gwall`: Wallet
* `gmsgs`: Messages
* `gduo`: Duo
* `ghang`: Hangouts
* `gcont`: Contacts
* `gtrans`: Translate
* `gkeep`: Keep
* `gmusic`: Music
* `gslides`: Slides
* `ginbox`: Inbox
* `gallo`: Allo
* `gclass`: Classroom
* `ggroups`: Groups
* `google`: Search

# Known issues
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.
98 changes: 54 additions & 44 deletions data/gapps-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,114 +6,124 @@
// modified
//
var gapps_info = {
"gplus": {
"url" : "https://plus.google.com/",
"desc" : "Google+",
"iconpos" : "0px -1863px"
},
"gmail": {
"url" : "https://gmail.com/",
"desc" : "Gmail",
"iconpos" : "0px -966px"
"iconpos" : "0px -1449px"
},
"gcal": {
"url" : "https://www.google.com/calendar/",
"desc" : "Calendar",
"iconpos" : "0px -758px"
},
"gdoc": {
"url" : "https://docs.google.com/",
"desc" : "Docs",
"iconpos" : "0px -1794px"
"iconpos" : "0px -2829px"
},
"gsheets": {
"url" : "https://sheets.google.com/",
"desc" : "Sheets",
"iconpos" : "0px -828px"
"iconpos" : "0px -275px"
},
"gdrv": {
"url" : "https://drive.google.com/",
"desc" : "Drive",
"iconpos" : "0px -1518px"
"iconpos" : "0px -1380px"
},
"gnews": {
"url" : "https://news.google.com/",
"desc" : "News",
"iconpos" : "0px -414px"
},
"gdoc": {
"url" : "https://docs.google.com/",
"desc" : "Docs",
"iconpos" : "0px -2621px"
},
"gphotos": {
"url" : "https://photos.google.com/",
"desc" : "Photos",
"iconpos" : "0px -690px"
"iconpos" : "0px -2760px"
},
"gmaps": {
"url" : "https://maps.google.com/",
"desc" : "Maps",
"iconpos" : "0px -68px"
"iconpos" : "0px -138px"
},
"gmeet": {
"url" : "https://meet.google.com/",
"desc" : "Meet",
"iconpos" : "0px -2002px"
},
"gpod": {
"url" : "https://podcasts.google.com/",
"desc" : "Podcasts",
"iconpos" : "0px -1312px"
},
"gplay": {
"url" : "https://play.google.com/",
"desc" : "Play",
"iconpos" : "0px -1242px"
"iconpos" : "0px -1035px"
},
"gytube": {
"url" : "https://youtube.com/",
"desc" : "YouTube",
"iconpos" : "0px -1932px"
"iconpos" : "0px -1863px"
},
"gnews": {
"url" : "https://news.google.com/",
"desc" : "News",
"iconpos" : "0px -484px"
"gmsgs": {
"url" : "https://messages.google.com/",
"desc" : "Messages",
"iconpos" : "0px -3030px"
},
"gwall": {
"url" : "https://wallet.google.com/manage/?tab=wa",
"desc" : "Wallet",
/*"gpay": {
"url" : "https://pay.google.com/",
"desc" : "Pay",
"iconpos" : "0px -414px"
},*/
"gduo": {
"url" : "https://duo.google.com/",
"desc" : "Duo",
"iconpos" : "0px -2346px"
},
"ghang": {
"url" : "https://hangouts.google.com/",
"desc" : "Hangouts",
"iconpos" : "0px 0px"
"iconpos" : "0px -1793px"
},
"gcont": {
"url" : "https://contacts.google.com/",
"desc" : "Contacts",
"iconpos" : "0px -1726px"
"iconpos" : "0px -1518px"
},
"gtrans": {
"url" : "https://translate.google.com/",
"desc" : "Translate",
"iconpos" : "0px -207px"
"iconpos" : "0px -828px"
},
"gkeep": {
"url" : "https://keep.google.com/",
"desc" : "Keep",
"iconpos" : "0px -1996px"
"iconpos" : "0px -897px"
},
"gmusic": {
"url" : "https://play.google.com/music/listen",
"url" : "https://music.youtube.com/",
"desc" : "Music",
"iconpos" : "0px -2060px"
"iconpos" : "0px -2962px"
},
"gslides": {
"url" : "https://slides.google.com/",
"desc" : "Slides",
"iconpos" : "0px -1104px"
},
"ginbox": {
"url" : "https://inbox.google.com",
"desc" : "Inbox",
"iconpos" : "0px -2128px"
},
"gallo": {
"url" : "https://allo.google.com/web",
"desc" : "Allo",
"iconpos" : "0px -2192px"
"iconpos" : "0px -1242px"
},
"gclass": {
"url" : "https://classroom.google.com",
"desc" : "Classroom",
"iconpos" : "0px -1310px"
"iconpos" : "0px -2553px"
},
"ggroups": {
"url" : "https://groups.google.com",
"desc" : "Groups",
"iconpos" : "0px -1104px"
},
"google": {
"url" : "https://www.google.com",
"desc" : "Search",
"iconpos" : "0px -1032px"
"iconpos" : "0px -690px"
}
};
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 2334px;
background-size: 64px 3098px;
}
#ga-grid .ga-ico-desc {
display: block;
Expand Down
22 changes: 11 additions & 11 deletions data/jquery-ui.min.js

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions data/jquery.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions data/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
</label>

<form id="values">
<div style="float: right">
<button type="submit">Save</button>
<div style="float: left">
<button type="submit; color: blue;">Save</button>
</div>
</form>

Expand Down
Binary file added icons/.DS_Store
Binary file not shown.
Binary file removed icons/gapps-icons.png
Binary file not shown.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Google App Launcher",
"version": "1.1",
"version": "1.2",
"description": "Adds a button to the toolbar with easy access to your favorite Google applications",
"homepage_url": "https://github.com/asolkar/ffx-addon-gglappbtn",

Expand Down

0 comments on commit fb02a06

Please sign in to comment.