Skip to content

Do not open setting tab on extension update events #3

Description

@pravj

Context
As per the current implementation (check the background script), the settings tab is opened on every onInstalled event.

Problem
It results in behavior where the tab is opened on every extension version update as well as the first installation event, which is unnecessary.

Solution
The enhanced implementation can validate using the local-storage if the extension is set up (user-access-token) or not. If the extension is activated, it can ignore the onInstalled event.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions