Skip to content

Commit 7fc6815

Browse files
authored
Fix typo in focus-mode ext description (GoogleChrome#808)
The description mentions it enables "reading mode", but based on the tutorial, I believe this is meant to say "focus mode"?
1 parent 2adde08 commit 7fc6815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/focus-mode/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Focus Mode",
4-
"description": "Enable reading mode on Chrome's official Extensions and Chrome Web Store documentation.",
4+
"description": "Enable focus mode on Chrome's official Extensions and Chrome Web Store documentation.",
55
"version": "1.0",
66
"icons": {
77
"16": "images/icon-16.png",

0 commit comments

Comments
 (0)