diff --git a/README.md b/README.md index c9bf0fa4..17e6a7ff 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,18 @@ Fast, open and free-to-use new tab page for most modern browsers. -*This is the code for the extension. If you are looking for the website code, please look [here](https://github.com/TurboMarshmello/muetab.xyz).* +*This is the code for the extension. If you are looking for the website code, please go [here](https://github.com/TurboMarshmello/muetab.xyz).* ## Features * Fast and free * Supports multiple browsers * Actively developed and opensource -* Multiple language support -* Settings feature - enable/disable features! -* Search bar, update modal, copy button and more! +* Automatically updating API (with no tracking!) with new photos and offline mode +* ~~Multiple language support~~ +* ~~Settings feature - enable/disable features!~~ +* Search bar, ~~update modal, copy button and more!~~ + +* Mue has been recently rewritten with React and is missing the features that are crossed out * ## Installation ### Chrome @@ -49,10 +52,8 @@ Development/Other: Read the [Development](#development) section. download and click Download ZIP)
yarn (or npm install)
- yarn run sass-watch (or npm run sass-watch)
- yarn run js-watch (or npm run js-watch)
- yarn start (or npm start)
+
## Credits
+### Maintainers
+[ohlookitsderpy](https://github.com/ohlookitsderpy)
-[TurboMarshmello](https://github.com/TurboMarshmello) - Portions of original code, name idea, BIG HELP WITH THE SETTINGS, SEARCH BAR AND OTHER STUFF
+[TurboMarshmello](https://github.com/TurboMarshmello)
-[Pexels](https://pexels.com) - Stock photos used
+### Other
+[TurboMarshmello](https://github.com/TurboMarshmello) - Portions of original code, name idea
+
+[Pexels](https://pexels.com) - Stock photos used for offline mode
[Opera Forum](https://forums.opera.com/topic/25046/how-to-disable-completely-the-speed-dial/14) - Portions of code to add Opera support
-[Animate.css](https://daneden.github.io/animate.css) - Portions of code used to add animations
-
### Translations
[ohlookitsderpy](https://github.com/ohlookitsderpy) - English (Quotes and Messages)
diff --git a/assets/screenshot.jpg b/assets/screenshot.jpg
index 3a062d2a..0bcf7d72 100644
Binary files a/assets/screenshot.jpg and b/assets/screenshot.jpg differ
diff --git a/package.json b/package.json
index b1d3bb09..4e0f64ca 100644
--- a/package.json
+++ b/package.json
@@ -5,8 +5,8 @@
"license": "MIT",
"version": "0.1.0",
"dependencies": {
- "@material-ui/core": "^4.4.1",
- "@material-ui/icons": "^4.4.1",
+ "@material-ui/core": "^4.4.3",
+ "@material-ui/icons": "^4.4.3",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-scripts": "3.1.1",