We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b2718 commit 0bfd58aCopy full SHA for 0bfd58a
manifest.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Auto Highlight",
3
- "version": "3.4.6",
+ "version": "3.4.7",
4
"description": "*Auto Highlight* automatically highlights the important content on article pages.",
5
"options_ui": {
6
"page": "src/options/options.html"
src/eventPage.js
@@ -568,7 +568,7 @@ chrome.permissions.onRemoved.addListener(function() {
568
'32': 'icons/options32x32.png',
569
}
570
} else {
571
- properties.title = String.fromCodePoint('0x1F39B') + ' ' + properties.title;
+ properties.title = String.fromCodePoint('0x1F527') + ' ' + properties.title;
572
573
chrome.contextMenus.create(properties);
574
0 commit comments