The main action of the extension is to toggle "suggest to digest" state of the current opened browser tab.
- It should automatically register a user account via API in case there's no token in local storage and store token that is received in response.
- It should display grey icon if page is not within the database for current user.
- It should display green icon if page is within database for current user.
- Pressing grey icon takes current browser URL and submits it to API along with token.
- Pressing green icon submits DELETE request for current browser URL along with token.
The main action of the extension is to toggle "suggest to digest" state of the current opened browser tab.