Skip to content

Commit

Permalink
feat: change version in manifests, change setting icon
Browse files Browse the repository at this point in the history
  • Loading branch information
pistom committed May 26, 2022
1 parent 689b666 commit ca497d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/manifests/chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Highlight or Hide Search Engine Results",
"short_name": "HoHSER",
"version": "4.1.3",
"version": "4.2.0",
"description": "Filter search engine results. Block unwanted results and highlight the favorite ones. For Google and other popular search engines.",
"icons": {
"16": "images/hohser-16.png",
Expand Down
2 changes: 1 addition & 1 deletion public/manifests/firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Highlight or Hide Search Engine Results",
"short_name": "HoHSER",
"version": "4.1.3",
"version": "4.2.0",
"developer": {
"name": "Tomasz Pisarek",
"url": "https://github.com/pistom"
Expand Down
3 changes: 2 additions & 1 deletion src/components/SideMenu/Options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import AddIcon from '@material-ui/icons/Add';
import DeleteIcon from '@material-ui/icons/Delete';
import PaletteIcon from '@material-ui/icons/Palette';
import InvertColorsIcon from '@material-ui/icons/InvertColors';
import OpacityIcon from '@material-ui/icons/Opacity';
import { withStyles } from '@material-ui/core/styles';
import { DisplayStyle, Color, Domain } from '../../types';
import { browserName } from '../../popup';
Expand Down Expand Up @@ -337,7 +338,7 @@ class Options extends React.Component<Props, State> {
</ListItem>
<ListItem>
<ListItemIcon>
<PowerOffIcon />
<OpacityIcon />
</ListItemIcon>
<ListItemText
secondary={
Expand Down

0 comments on commit ca497d0

Please sign in to comment.