mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-30 12:57:02 +02:00
converting storage to use WebExtension storage
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
{
|
||||
|
||||
"manifest_version": 1,
|
||||
"manifest_version": 2,
|
||||
"name": "Quicknote",
|
||||
"version": "1.0",
|
||||
|
||||
"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",
|
||||
"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. See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Examples#quicknote",
|
||||
"icons": {
|
||||
"48": "icons/quicknote-48.png"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user