Skip to content

Commit

Permalink
Run prettier on repository (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlulejian authored Dec 3, 2024
1 parent 74e1edf commit 74bca08
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>Title Fetcher</title>
Expand Down
2 changes: 1 addition & 1 deletion functional-samples/sample.bookmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ The manager provides a popup where you can manage your bookmarks.
1. Clone this repository.
2. Load this directory in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
3. Click the extension icon.
4. Manage your bookmarks.
4. Manage your bookmarks.
2 changes: 1 addition & 1 deletion functional-samples/sample.page-redder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ This extension changes the background color of the active tab page (if its URL d
1. Clone this repository.
2. Load this directory in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
3. Navigate to any page (make sure that the URL doesn't start with `chrome://`).
4. Click the extension icon.
4. Click the extension icon.
2 changes: 1 addition & 1 deletion functional-samples/sample.webgpu/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0",
"action": {
"default_title": "Click to see a red triangle"
},
},
"background": {
"service_worker": "service-worker.js"
}
Expand Down
2 changes: 1 addition & 1 deletion functional-samples/tutorial.quick-api-reference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ The complete tutorial is available [here](https://developer.chrome.com/docs/exte
1. Clone this repository.
2. Load this directory in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
3. Type "api" in the omnibox followed by tab or space and select a suggestion.
4. Click on "Tip" button in the navigation bar.
4. Click on "Tip" button in the navigation bar.

0 comments on commit 74bca08

Please sign in to comment.