window-manipulator update for issue 28

This commit is contained in:
Richard Bloor
2023-08-22 14:47:52 +12:00
parent eb2311c181
commit 9dd4addd38
2 changed files with 3 additions and 5 deletions

View File

@@ -2,9 +2,7 @@
## What it does ## What it does
This extension includes a browser action with a popup specified as "window.html". This extension create a sidebar, specified as "window.html", that lets the user perform various simple operations using the windows API.
The popup lets the user perform various simple operations using the windows API.
# What it shows # What it shows

View File

@@ -1,8 +1,8 @@
{ {
"browser_action": { "sidebar_action": {
"browser_style": true, "browser_style": true,
"default_title": "Window manipulator", "default_title": "Window manipulator",
"default_popup": "window.html", "default_panel": "window.html",
"default_icon": { "default_icon": {
"19": "icons/window19.png", "19": "icons/window19.png",
"38": "icons/window38.png" "38": "icons/window38.png"