Update README.md

This commit is contained in:
wbamberg
2015-09-07 21:18:22 -07:00
parent 88f703edd6
commit 9ec8d3cc1f

View File

@@ -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.