diff --git a/api-samples/default_command_override/README.md b/api-samples/default_command_override/README.md index d56cc8f4e0..04fa5fb922 100644 --- a/api-samples/default_command_override/README.md +++ b/api-samples/default_command_override/README.md @@ -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. diff --git a/api-samples/default_command_override/manifest.json b/api-samples/default_command_override/manifest.json index 3b6e6293c5..e4a6aad0de 100644 --- a/api-samples/default_command_override/manifest.json +++ b/api-samples/default_command_override/manifest.json @@ -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,