Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

window-manipulator update for issue 431 #537

Merged
merged 2 commits into from
Oct 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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