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