From ddb6e2f8f829ff66cf82a6ae15c578739a2727d8 Mon Sep 17 00:00:00 2001 From: wbamberg Date: Mon, 7 Sep 2015 21:24:29 -0700 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a08983..b6ac4d0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ # webextensions-examples Example Firefox add-ons created using the WebExtensions API. -This repository contains 2 examples: +This repository contains 2 examples: beastify and borderify. -* 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. +## beastify ## -* borderify: a really, really simple WebExtension. +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.