mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 23:08:33 +02:00
quicknote example updated
This commit is contained in:
@@ -25,7 +25,9 @@
|
|||||||
],
|
],
|
||||||
|
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "icons/quicknote-32.png",
|
"default_icon": {
|
||||||
|
"32" : "icons/quicknote-32.png"
|
||||||
|
},
|
||||||
"default_title": "Quicknote",
|
"default_title": "Quicknote",
|
||||||
"default_popup": "popup/quicknote.html"
|
"default_popup": "popup/quicknote.html"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user