converting storage to use WebExtension storage

This commit is contained in:
chrisdavidmills
2016-04-07 20:58:56 +01:00
parent a953d982f9
commit 66d9a2fc82
3 changed files with 19 additions and 18 deletions
+2 -6
View File
@@ -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"
},