diff --git a/README.md b/README.md index 5e2910a5..0b763db2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Fast, open and free-to-use new tab page for most modern browsers. * Fast and free * Supports multiple browsers * Actively developed and opensource -* Automatically updating API (with no tracking!) with new photos and offline mode +* Automatically updating API (with no tracking!) with new photos, quotes and offline mode * ~~Multiple language support~~ * ~~Settings feature - enable/disable features!~~ * Search bar, ~~update modal, copy button and more!~~ diff --git a/manifest/chrome.json b/manifest/chrome.json new file mode 100644 index 00000000..39ca9174 --- /dev/null +++ b/manifest/chrome.json @@ -0,0 +1,12 @@ +{ + "manifest_version": 2, + "offline_enabled": true, + "name": "Mue", + "version": "0.5", + "browser_action": { + "default_icon": "./android-chrome-512x512.png" + }, + "chrome_url_overrides": { + "newtab": "index.html" + } +} \ No newline at end of file diff --git a/manifest/firefox.json b/manifest/firefox.json new file mode 100644 index 00000000..cdad06e4 --- /dev/null +++ b/manifest/firefox.json @@ -0,0 +1,14 @@ +{ + "manifest_version": 2, + "name": "Mue", + "version": "0.5", + "browser_action": { + "default_icon": "./android-chrome-512x512.png" + }, + "chrome_url_overrides": { + "newtab": "index.html" + }, + "chrome_settings_overrides": { + "homepage": "index.html" + } +} \ No newline at end of file diff --git a/package.json b/package.json index c5cecbdd..a7c51bfa 100644 --- a/package.json +++ b/package.json @@ -3,19 +3,19 @@ "author": "ohlookitsderpy", "description": "Fast, open and free-to-use new tab page for most modern browsers.", "license": "MIT", - "version": "2.0.0", + "version": "2.0.1", "dependencies": { - "@material-ui/core": "^4.4.3", - "@material-ui/icons": "^4.4.3", - "react": "^16.10.1", - "react-dom": "^16.10.1", - "react-scripts": "3.1.2", + "@material-ui/core": "^4.5.1", + "@material-ui/icons": "^4.5.1", + "react": "^16.10.2", + "react-dom": "^16.10.2", + "react-scripts": "3.2.0", "unfetch": "^4.1.0" }, "devDependencies": { "eslint": "^6.5.0", "npm-run-all": "^4.1.5", - "sass": "^1.22.12" + "sass": "^1.23.0" }, "scripts": { "start": "react-scripts start", diff --git a/public/index.html b/public/index.html index 9850c4c0..0bf4e0ae 100644 --- a/public/index.html +++ b/public/index.html @@ -1,15 +1,17 @@ -
- - - - - -