Skip to content

Commit

Permalink
window-manipulator update for issue 28
Browse files Browse the repository at this point in the history
  • Loading branch information
rebloor committed Aug 22, 2023
1 parent eb2311c commit 9dd4add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions window-manipulator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions window-manipulator/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9dd4add

Please sign in to comment.