Make the README and manifest consistent. (#1030)

This commit is contained in:
Joe Medley
2023-11-15 13:35:31 -08:00
committed by GitHub
parent bbcd025851
commit 0096d6778e
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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,