mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
add quicknote to examples.json
This commit is contained in:
@@ -140,7 +140,8 @@
|
||||
"permissions",
|
||||
"browser_action",
|
||||
"options_ui",
|
||||
"background"
|
||||
"background",
|
||||
"storage"
|
||||
],
|
||||
"javascript_modules": [
|
||||
{
|
||||
@@ -277,6 +278,26 @@
|
||||
],
|
||||
"javascript_modules": []
|
||||
},
|
||||
{
|
||||
"name": "quicknote",
|
||||
"description": "Allows the user to make quick notes by clicking a button and entering text into the resulting popup. The notes are saved in storage.",
|
||||
"url": "https://github.com/mdn/webextensions-examples/tree/master/quicknote",
|
||||
"manifest_keys": [
|
||||
"storage",
|
||||
"browser_action"
|
||||
],
|
||||
"javascript_modules": [
|
||||
{
|
||||
"name": "storage",
|
||||
"apis": [
|
||||
"StorageArea/get",
|
||||
"StorageArea/set",
|
||||
"StorageArea/remove",
|
||||
"StorageArea/clear"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "tabs-tabs-tabs",
|
||||
"description": "A list of methods you can perform on a tab.",
|
||||
|
||||
Reference in New Issue
Block a user