This commit is contained in:
David Ralph 2020-10-17 12:57:03 +01:00
parent 5e71a477de
commit eeaf678485
4 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<img src="https://raw.githubusercontent.com/mue/branding/master/logo/logo_round.png" align="left" width="180px" height="180px"/>
<img align="left" width="0" height="192px" hspace="10"/>
> <a href="https://muetab.xyz/">Mue</a>
> <a href="https://muetab.com/">Mue</a>
[![License](https://img.shields.io/badge/license-BSD%203-blue?style=flat-square)](/LICENSE) [![Discord](https://img.shields.io/discord/659129207208804381?label=discord&color=7289DA&style=flat-square)](https://discord.gg/zv8C9F8) [![Code Size]( https://img.shields.io/github/languages/code-size/mue/mue?color=green&label=size&style=flat-square)]()
<br>
@ -47,7 +47,7 @@ Mue is a fast, open and free-to-use browser extension that gives a new, fresh an
Please see our [roadmap](https://github.com/mue/mue/projects)
## Installation
*A demo of the tab can be found [here](https://demo.muetab.xyz)*
*A demo of the tab can be found [here](https://demo.muetab.com)*
### Chrome
[![Chrome Web Store Logo](assets/chrome.png)](https://chrome.google.com/webstore/detail/mue/bngmbednanpcfochchhgbkookpiaiaid)
<br>

View File

@ -3,7 +3,7 @@
"offline_enabled": true,
"name": "Mue",
"description": "Fast, open and free-to-use new tab page for most modern browsers.",
"version": "4.2.0",
"version": "4.2.1",
"browser_action": {
"default_icon": "icons/128x128.png"
},

View File

@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Mue",
"description": "Fast, open and free-to-use new tab page for most modern browsers.",
"version": "4.2.0",
"version": "4.2.1",
"browser_action": {
"default_icon": "icons/128x128.png"
},

View File

@ -13,7 +13,7 @@
"homepage": "https://muetab.xyz",
"bugs": "https://github.com/mue/mue/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D",
"license": "BSD-3-Clause",
"version": "4.2.0",
"version": "4.2.1",
"dependencies": {
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",