mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
add quicknote to examples.json
This commit is contained in:
@@ -140,7 +140,8 @@
|
|||||||
"permissions",
|
"permissions",
|
||||||
"browser_action",
|
"browser_action",
|
||||||
"options_ui",
|
"options_ui",
|
||||||
"background"
|
"background",
|
||||||
|
"storage"
|
||||||
],
|
],
|
||||||
"javascript_modules": [
|
"javascript_modules": [
|
||||||
{
|
{
|
||||||
@@ -277,6 +278,26 @@
|
|||||||
],
|
],
|
||||||
"javascript_modules": []
|
"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",
|
"name": "tabs-tabs-tabs",
|
||||||
"description": "A list of methods you can perform on a tab.",
|
"description": "A list of methods you can perform on a tab.",
|
||||||
|
|||||||
Reference in New Issue
Block a user