![Logo](https://github.com/muetab/branding/raw/master/logo/logo_horizontal.png) # Mue Fast, open and free-to-use new tab page for most modern browsers. ## Features * Fast and free * Supports multiple browsers * Actively developed and opensource * Automatically updating API (with no tracking!) with new photos, quotes and offline mode * Search bar ## Planned Features * Settings feature - enable/disable features! * Update modal, copy button and more! * Multiple language support ## Installation Note: A demo of the tab can be found [here](https://mue.now.sh). ### Chrome [![Chrome Web Store Logo](assets/chrome.png)](https://chrome.google.com/webstore/detail/mue/bngmbednanpcfochchhgbkookpiaiaid) Link: [Chrome Web Store](https://chrome.google.com/webstore/detail/mue/bngmbednanpcfochchhgbkookpiaiaid) Development: Read the [Development](#development) section. ### Firefox [![Firefox Add-ons Logo](assets/firefox.png)](https://addons.mozilla.org/firefox/addon/mue) Link: [Firefox Add-ons](https://addons.mozilla.org/firefox/addon/mue) Development: Read the [Development](#development) section. ### Edge (Chromium) Link: [Microsoft Edge Addons](https://microsoftedge.microsoft.com/addons/detail/aepnglgjfokepefimhbnibfjekidhmja) ### Opera/Other Link: [GitHub Releases](https://github.com/ohlookitsderpy/Mue/releases) Development/Other: Read the [Development](#development) section. ### Development ##### Requirements
  1. Git (optional)
  2. Node.js
  3. A suitable browser
Starting
  1. git clone https://github.com/mue/mue (If you don't have Git just go to Clone or download and click Download ZIP)
  2. Open a terminal and run these commands: (in the Mue directory)
  3. yarn (or npm i)
  4. yarn start (or npm start)
  5. Start developing! (See the sections below for how to build the extension)

Building

Chrome/Edge (Chromium) (Click to expand)
  1. yarn run build (or npm run build)
  2. Rename manifest-chrome.json in the "manfiest" folder to manifest.json in "build"
  3. Visit chrome://extensions in Chrome
  4. Click Load unpacked (Make sure Developer Mode is on)
  5. Go to the directory containing the built copy of Mue and click ok
  6. Enjoy your new tab!
Opera (Click to expand)
  1. yarn run build (or npm run build)
  2. Rename manifest-opera.json in the "manfiest" folder to manifest.json in "build"
  3. Copy in the "manifest" folder to "build"
  4. Visit about://extensions in Opera
  5. Click Load unpacked extension... (Make sure Developer Mode is on)
  6. Go to the directory containing Mue and click ok
  7. Enjoy your new tab!
Firefox (Click to expand)
  1. yarn run build (or npm run build)
  2. Rename manifest-firefox.json in the "manfiest" folder to manifest.json in "build"
  3. Move manifest/background-opera.js to build/background-opera.js
  4. Visit about:debugging#addons in Firefox
  5. Click Load Temporary Add-on
  6. Go to the directory containing Mue and click on the manifest.json
  7. Enjoy your new tab!
Other (Click to expand) Note: To get the full new tab experience, set your browser to open the index.html on startup and tab open!
  1. yarn run build (or npm run build)
  2. Open the index.html in your browser
  3. Enjoy your new tab!
## Screenshot *Will be updated if needed* ![Screenshot](assets/screenshot.jpg) ## Credits ### Maintainers [ohlookitsderpy](https://github.com/ohlookitsderpy) (owner, lead developer) [TurboMarshmello](https://github.com/TurboMarshmello) (name idea, lead designer) ### Other [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 [Google Fonts](https://fonts.google.com/specimen/Lexend+Deca) - Lexend Deca font and all the contributors <3 # License [BSD-3-Clause](LICENSE)