quicknote example updated

This commit is contained in:
chrisdavidmills
2016-04-07 18:49:26 +01:00
parent 12917d03f2
commit e0733efa0c
3 changed files with 12 additions and 4 deletions

View File

@@ -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"
},
}
}