diff --git a/app/manifest.json b/app/manifest.json index 4bd34e8..c02e436 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -44,13 +44,13 @@ "description": "__MSG_OpenPopoutCommandDescription__" }, "open-popout-force-close-command": { - "suggested_key": { + "__firefox__suggested_key": { "default": "Alt+Shift+PageUp" }, "description": "__MSG_OpenPopoutForceCloseCommandDescription__" }, "open-popout-no-close-command": { - "suggested_key": { + "__firefox__suggested_key": { "default": "Alt+Shift+PageDown" }, "description": "__MSG_OpenPopoutNoCloseCommandDescription__" @@ -100,6 +100,9 @@ "webRequestBlocking" ], "optional_permissions": [ + "tabs" + ], + "__firefox__optional_permissions": [ "cookies", "tabs" ], @@ -111,4 +114,4 @@ "strict_min_version": "62.0" } } -} \ No newline at end of file +} diff --git a/docs/pages/options.html b/docs/pages/options.html index 9d1c7a4..1777936 100644 --- a/docs/pages/options.html +++ b/docs/pages/options.html @@ -289,7 +289,10 @@

Keyboard Shortcuts

  • ☑ AND if you are viewing a page on youtube.com
  • - Ctrl + Up Arrow + + All Browsers:
    + Ctrl + Up Arrow + @@ -297,7 +300,11 @@

    Keyboard Shortcuts

    Open popout player and close the current window/tab

    The current window/tab will be closed if you are viewing a page on youtube.com, regardless of the "Close Original Window/Tab" setting.

    - Shift + Alt + Page Up + + Firefox:
    + Shift + Alt + Page Up
    +

    Note: Other browsers do not have a default key binding upon installation, but you can manually set one.

    + @@ -305,7 +312,11 @@

    Keyboard Shortcuts

    Open popout player without closing the current window/tab

    The current window/tab will not be closed, regardless of the "Close Original Window/Tab" setting.

    - Shift + Alt + Page Down + + Firefox:
    + Shift + Alt + Page Down
    +

    Note: Other browsers do not have a default key binding upon installation, but you can manually set one.

    +