bengarrett/RetroTxt

[BUG] Manifest error

Closed this issue · 1 comments

The action commands in the manifest do not match the manifest's action type and were ignored.

The highlighted code.

 "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+R"
      },
      "description": "Switch the active tab between plain text and HTML displays"
    }
  },

Fixed.