mirror of
https://github.com/mue/mue.git
synced 2026-07-28 03:01:10 +02:00
chore: release 5.1.1
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"offline_enabled": true,
|
"offline_enabled": true,
|
||||||
"name": "Mue",
|
"name": "Mue",
|
||||||
"description": "Fast, open and free-to-use new tab page for modern browsers.",
|
"description": "Fast, open and free-to-use new tab page for modern browsers.",
|
||||||
"version": "5.1.0",
|
"version": "5.1.1",
|
||||||
"homepage_url": "https://muetab.com",
|
"homepage_url": "https://muetab.com",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "icons/128x128.png"
|
"default_icon": "icons/128x128.png"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Mue",
|
"name": "Mue",
|
||||||
"description": "Fast, open and free-to-use new tab page for modern browsers.",
|
"description": "Fast, open and free-to-use new tab page for modern browsers.",
|
||||||
"version": "5.1.0",
|
"version": "5.1.1",
|
||||||
"homepage_url": "https://muetab.com",
|
"homepage_url": "https://muetab.com",
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "icons/128x128.png"
|
"default_icon": "icons/128x128.png"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"homepage": "https://muetab.com",
|
"homepage": "https://muetab.com",
|
||||||
"bugs": "https://github.com/mue/mue/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D",
|
"bugs": "https://github.com/mue/mue/issues/new?assignees=&labels=bug&template=bug-report.md&title=%5BBUG%5D",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"version": "5.1.0",
|
"version": "5.1.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource/lexend-deca": "^4.4.5",
|
"@fontsource/lexend-deca": "^4.4.5",
|
||||||
"@fontsource/montserrat": "^4.4.5",
|
"@fontsource/montserrat": "^4.4.5",
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import 'react-toastify/dist/ReactToastify.min.css';
|
|||||||
import '@fontsource/lexend-deca/400.css';
|
import '@fontsource/lexend-deca/400.css';
|
||||||
|
|
||||||
// this is opt-in btw
|
// this is opt-in btw
|
||||||
import Analytics from './modules/helpers/analytics';
|
//import Analytics from './modules/helpers/analytics';
|
||||||
|
|
||||||
// language
|
// language
|
||||||
import merge from '@material-ui/utils/esm/deepmerge';
|
import merge from '@material-ui/utils/esm/deepmerge';
|
||||||
@@ -40,7 +40,7 @@ if (window.languagecode !== 'en_GB' || window.languagecode !== 'en_US') {
|
|||||||
|
|
||||||
window.constants = Constants;
|
window.constants = Constants;
|
||||||
if (localStorage.getItem('analytics') === 'true' && localStorage.getItem('offlineMode') !== 'true') {
|
if (localStorage.getItem('analytics') === 'true' && localStorage.getItem('offlineMode') !== 'true') {
|
||||||
window.analytics = new Analytics(window.constants.UMAMI_ID);
|
//window.analytics = new Analytics(window.constants.UMAMI_ID);
|
||||||
} else {
|
} else {
|
||||||
window.analytics = {
|
window.analytics = {
|
||||||
tabLoad: () => '',
|
tabLoad: () => '',
|
||||||
|
|||||||
Reference in New Issue
Block a user