Skip to content

Commit

Permalink
Cleanup 2018-11-04 (#1)
Browse files Browse the repository at this point in the history
* Replace changelog with git tags and releases

* Move images into assets directory

* Update LICENSE to MIT

* Update README
  • Loading branch information
chingc authored Nov 4, 2018
1 parent 338a3e5 commit c842a9a
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 51 deletions.
16 changes: 0 additions & 16 deletions CHANGELOG.md

This file was deleted.

36 changes: 17 additions & 19 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
Copyright (c) 2012, Ching Chow
All rights reserved.
MIT License

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Copyright (c) 2018 Ching Chow

* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
Lookup Assistant is an extension for the Google Chrome web browser that enables
a user to perform search and other operations on highlighted text via the
right-click menu. An options page allows customization of the menu to perform
nearly any type of lookup operation for almost any website the user desires.
Custom settings are saved using HTML5 local storage.
# Lookup Assistant

- Simple and unobtrusive user interface.
- User customizable menus.

Available for free in the Chrome Web Store.
A Google Chrome extension that enables a user to perform search and other operations on highlighted text via right-click.

<br />
## Features

[Screenshots & Download][1] | [Changelog][2]
- Simple and unobtrusive user interface.
- User customizable menus.

[1]: https://chrome.google.com/webstore/detail/gffkdmepjpippahnkmhellmgoinojhle "Screenshots & Download"
[2]: https://github.com/smwst/Lookup-Assistant/blob/master/CHANGELOG.md "Changelog"
[![Chrome Web Store](./assets/ChromeWebStore_Badge_v2_206x58.png)](https://chrome.google.com/webstore/detail/gffkdmepjpippahnkmhellmgoinojhle)
Binary file added assets/ChromeWebStore_Badge_v2_206x58.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

"description": "Lookup highlighted text.",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
"16": "assets/icon_16.png",
"48": "assets/icon_48.png",
"128": "assets/icon_128.png"
},

"background": {
Expand Down

0 comments on commit c842a9a

Please sign in to comment.