wip: toolbar icon
This commit is contained in:
parent
0be4526c4c
commit
0c8ce940a8
3 changed files with 18 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue