Skip to content

Commit

Permalink
Make the README and manifest consistent. (GoogleChrome#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmedley authored Nov 15, 2023
1 parent bbcd025 commit 0096d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-samples/default_command_override/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# chrome.cookies
# chrome.commands

This sample demonstrates the `chrome.commands` API by creating a new keyboard macro for switching tabs in the browser window.

Expand Down
2 changes: 1 addition & 1 deletion api-samples/default_command_override/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Tab Flipper",
"name": "chrome.commands",
"description": "Uses the chrome.commands API by creating a new keyboard macro for switching tabs in the browser window.",
"version": "1.0",
"manifest_version": 3,
Expand Down

0 comments on commit 0096d67

Please sign in to comment.