You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: functional-samples/sample.favicon-cs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Fetching a favicon in a content script
2
2
3
-
This example fetches the favicon from www.google.com and inserts it at the top left of every page.
3
+
This example fetches the favicon from www.google.com and inserts it at the top left of Google search pages.
4
4
5
5
Note: This extension does not work on `chrome://extensions`.
6
6
@@ -9,7 +9,7 @@ See [Fetching favicons](https://developer.chrome.com/docs/extensions/mv3/favicon
9
9
## Testing the extension
10
10
11
11
1. Follow the instructions to load an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
12
-
2. Navigate to [www.example.com](https://www.example.com/).
12
+
2. Navigate to [www.google.com](https://www.google.com/).
0 commit comments