From 1400a0ddcbb8af4586a196c887b08e3db137aacd Mon Sep 17 00:00:00 2001 From: Will Bamberg Date: Thu, 14 Jan 2016 11:28:34 -0800 Subject: [PATCH] ask that examples include the key --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a56a3eb..537c6e0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ So examples should: complex logic that's extraneous to the WebExtension technology itself * demonstrate good-practice use of the technology, even at the expense of extra complexity -* include useful optional manifest.json keys: `description` and `homepage_url` +* include useful optional manifest.json keys: `description`, `icons`, and `homepage_url` Finally, note that the examples are all made available under the [Mozilla Public License 2.0](https://github.com/mdn/webextensions-examples/blob/master/LICENSE),