Skip to content

Commit

Permalink
0.1.1.4 License change | Google legal requirements
Browse files Browse the repository at this point in the history
0.1.1.4 License change | Google legal requirements
  • Loading branch information
thepigeonoftime committed Jan 10, 2017
1 parent 60db04b commit 1c5cb6a
Show file tree
Hide file tree
Showing 17 changed files with 13 additions and 687 deletions.
675 changes: 4 additions & 671 deletions LICENSE

Large diffs are not rendered by default.

19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Chromium Updater Extension
FreeSmug Updater for Chromium (Mac) Extension
==========================
Chromium Extension to check for, download and install the latest Chromium revisions
Chromium Extension to check for, download and install the latest Chromium revisions from FreeSMUG.org

Mac OSX only

Mac OSX only for the moment
Linux / Windows support coming up

--
Safest to install from the [Chrome Webstore](https://chrome.google.com/webstore/detail/chromium-updater/ccgjmadhdidfloacagcnnodbkedkjedg)
Expand All @@ -12,19 +12,12 @@ Safest to install from the [Chrome Webstore](https://chrome.google.com/webstore/
For manual install, go to `chrome://extensions`, turn on Developer Mode at the top, click 'Load unpacked extension' and load the folder contents. Auto Updates won't work when installed this way.


Mac builds from FreeSMUG.org,
Linux / Windows builds from woolyss.com (not yet supported)

![Screenshot 1](https://anony.ws/i/2015/06/02/popup.png)

![Screenshot 2](https://anony.ws/i/2015/06/02/richnote34081.png)

To Dos:

Linux Support
Windows Support ('good builds' from wooolyss.com)

--


Design inspired and icon plainly copied from [https://github.com/Hallbin/extension.chromium-updater](https://github.com/Hallbin/extension.chromium-updater)
I am not affiliated, associated, authorized, endorsed by, or in any way officially connected with Google Inc and the Chromium Brand or any of its subsidiaries or its affiliates.
The name "Chromium” as well as related names, marks, emblems and images are registered trademarks of Google Inc.
2 changes: 1 addition & 1 deletion _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"message": "Check for, download and install the latest stable Chromium revisions"
},
"Name": {
"message": "Chromium Updater"
"message": "FreeSMUG Updater for Chromium (Mac)"
}
}
Binary file modified images/128.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 modified images/16.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 modified images/48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/arrow.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/cog.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/dots.gif
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/download.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/popup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/problem.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/stable.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/update.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion js/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Extension: Chromium Updater
Description: Check for, download and install the latest Chromium revisions
Author: stullig
Version: 0.1.1.2
Version: 0.1.1.4
*/


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"permissions": [ "storage", "notifications", "https://sourceforge.net/projects/osxportableapps/*", "https://commondatastorage.googleapis.com/*", "https://omahaproxy.appspot.com/*" ],
"short_name": "Chromium Updater",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "0.1.1.2"
"version": "0.1.1.4"
}

0 comments on commit 1c5cb6a

Please sign in to comment.