mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
quicknote example updated
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
{
|
||||
|
||||
"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 and synced across the user's sync login, even across different devices. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#quicknote",
|
||||
"manifest_version": 1,
|
||||
"name": "Quicknote",
|
||||
"version": "1.0",
|
||||
"homepage_url": "https://github.com/chrisdavidmills/webextensions-examples/tree/master/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 and synced across
|
||||
the user's sync login, even across different devices.
|
||||
See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#quicknote",
|
||||
"icons": {
|
||||
"48": "icons/quicknote-48.png"
|
||||
},
|
||||
@@ -24,5 +28,5 @@
|
||||
"default_icon": "icons/quicknote-32.png",
|
||||
"default_title": "Quicknote",
|
||||
"default_popup": "popup/quicknote.html"
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user