From 9ec8d3cc1fb76f99ffcbfbb565de22b0b1035f73 Mon Sep 17 00:00:00 2001 From: wbamberg Date: Mon, 7 Sep 2015 21:18:22 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90a0f2e..0a08983 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # webextensions-examples -Example Firefox add-ons created using the WebExtensions API +Example Firefox add-ons created using the WebExtensions API. + +This repository contains 2 examples: + +* beastify: an example to accompany a [https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Walkthrough](walkthrough tutorial on MDN). Please note that at the moment, this example doesn't work in Firefox due to some bugs, so the manifest.json does not include the "applications" key. When the relevant Firefox bugs are fixed, I'll add the "applications" key so it installs in Firefox. + +* borderify: a really, really simple WebExtension.