You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
"description": "Keeps track of the state of your inbox from your toolbar. Stay abreast of new emails and access them quickly through this simple but useful add-on.",
"author": "Myles V. Barros",
"icon": "data/icon-48.png",
"license": "GPL 3.0",
"version": "1.1",
"permissions": {
"private-browsing": true
},
"preferences": [{
"name": "color",
"title": "Badge Color",
"description": "The color of the unread notifications badge.",
"type": "menulist",
"value": "#186DEE",
"options": [
{
"value": "#186DEE",
"label": "Blue"
},
{
"value": "#D94430",
"label": "Red"
},
{
"value": "#FFBB08",
"label": "Yellow"
},
{
"value": "#009A57",
"label": "Green"
}
]
},
{
"name": "notifications",
"title": "Audio Notifications",
"description": "Play an alert when new messages have been received.",