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

Browser Action #20

Open
3 of 22 tasks
Tracked by #1 ...
trickypr opened this issue Dec 11, 2023 · 0 comments
Open
3 of 22 tasks
Tracked by #1 ...

Browser Action #20

trickypr opened this issue Dec 11, 2023 · 0 comments
Labels
c/webext Anything catagorized as webextensions tracking An issue created by @trickypr for a planned feature
Milestone

Comments

@trickypr
Copy link
Member

trickypr commented Dec 11, 2023

Manifest Keys

  • default_area - In schema, not stored/supported
  • default_icon
  • default_popup
  • default_title
  • browser_styles - In schema, not stored/supported

API

  • methods
    • disable
    • enable
    • getBadgeBackgroundColor
    • getBadgeText
    • getBadgeTextColor
    • getPopup
    • getTitle
    • getUserSettings
    • isEnabled
    • openPopup
    • setBadgeBackgroundColor
    • setBadgeText
    • setBadgeTextColor
    • setIcon
    • setPopup
    • setTitle
  • Events
    • onClicked
@trickypr trickypr mentioned this issue Dec 11, 2023
23 tasks
@trickypr trickypr added tracking An issue created by @trickypr for a planned feature c/webext Anything catagorized as webextensions labels Dec 11, 2023
@trickypr trickypr added this to the MVB milestone Dec 11, 2023
trickypr added a commit that referenced this issue Apr 26, 2024
The goal is to implement just enough of the browser action api to resolve the error in #53.

Also see #20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/webext Anything catagorized as webextensions tracking An issue created by @trickypr for a planned feature
Projects
None yet
Development

No branches or pull requests

1 participant