wip: toolbar icon

This commit is contained in:
Philipp Rothmann 2022-03-08 17:56:32 +01:00
parent 0be4526c4c
commit 0c8ce940a8
3 changed files with 18 additions and 3 deletions

View file

@ -29,6 +29,16 @@
"gecko": {
"id": "addon@example.com"
}
},
"background": {
"scripts": ["background.js"]
},
"browser_action": {
"default_icon": {
"19": "button/geo-19.png",
"38": "button/geo-38.png"
},
"default_title": "Holsteincloud 3.0"
}
}
}