mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
window-manipulator update for issue 28
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user