From f98638396bcba2fe9f0a934a1ad6da00d45157d9 Mon Sep 17 00:00:00 2001 From: Will Bamberg Date: Tue, 19 Jan 2016 15:21:42 -0800 Subject: [PATCH] Fix review comments: https://github.com/mdn/webextensions-examples/issues/29#issuecomment-172646879 * added README.md --- borderify/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 borderify/README.md diff --git a/borderify/README.md b/borderify/README.md new file mode 100644 index 0000000..ea3b498 --- /dev/null +++ b/borderify/README.md @@ -0,0 +1,14 @@ +# borderify + +## What it does + +This extension just includes: + +* a content script, "borderify.js", that is injected into any pages +under "mozilla.org/" or any of its subdomains + +The content script draws a border around the document.body. + +## What it shows + +* how to inject content scripts declaratively using manifest.json