From 0096d6778ec1e4ca7ae3f16e1e06455f58da97cd Mon Sep 17 00:00:00 2001 From: Joe Medley Date: Wed, 15 Nov 2023 13:35:31 -0800 Subject: [PATCH] Make the README and manifest consistent. (#1030) --- api-samples/default_command_override/README.md | 2 +- api-samples/default_command_override/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-samples/default_command_override/README.md b/api-samples/default_command_override/README.md index d56cc8f4..04fa5fb9 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 3b6e6293..e4a6aad0 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,