From 9dd4addd38fc8db43cc7d80788fe905f6a11a932 Mon Sep 17 00:00:00 2001 From: Richard Bloor Date: Tue, 22 Aug 2023 14:47:52 +1200 Subject: [PATCH] window-manipulator update for issue 28 --- window-manipulator/README.md | 4 +--- window-manipulator/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/window-manipulator/README.md b/window-manipulator/README.md index 46d37cff..0a74599b 100644 --- a/window-manipulator/README.md +++ b/window-manipulator/README.md @@ -2,9 +2,7 @@ ## What it does -This extension includes a browser action with a popup specified as "window.html". - -The popup lets the user perform various simple operations using the windows API. +This extension create a sidebar, specified as "window.html", that lets the user perform various simple operations using the windows API. # What it shows diff --git a/window-manipulator/manifest.json b/window-manipulator/manifest.json index 5963b9ba..e3929660 100644 --- a/window-manipulator/manifest.json +++ b/window-manipulator/manifest.json @@ -1,8 +1,8 @@ { - "browser_action": { + "sidebar_action": { "browser_style": true, "default_title": "Window manipulator", - "default_popup": "window.html", + "default_panel": "window.html", "default_icon": { "19": "icons/window19.png", "38": "icons/window38.png"