commit b4a6f52243eb6f73f0078ff4d541a2105841e7bb
parent d3434f8db55541e7e2078d110a57a8016d322df0
Author: Ryan Wolf <rwolf@borderstylo.com>
Date: Mon, 28 Jun 2010 11:17:03 -0700
updated README
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -1,7 +1,7 @@
-mft3k - a Barebones Extension For Firefox, Ya'll
+Mystery Firefox Theater 3000
============
-A basic Firefox extension with a menu item, for copying and pasting into new projects.
+Adds a MST3K row of seats to the bottom of the browser, as a fun demonstration of a technique for overlay pages.
For Development
============
@@ -12,7 +12,7 @@ Like they say in the [good book](https://developer.mozilla.org/en/Setting_up_ext
...and create a file named:
- mft3k@thebigbad.github.com
+ rwolf+mft3k@borderstylo.com
Inside that file, write the path of this project (making sure it ends in slash).
diff --git a/install.rdf b/install.rdf
@@ -2,7 +2,7 @@
<RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Description about="urn:mozilla:install-manifest">
- <em:id>mft3k@borderstylo.com</em:id>
+ <em:id>rwolf+mft3k@borderstylo.com</em:id>
<em:name>mft3k</em:name>
<em:version>1.0.0</em:version>
<em:type>2</em:type>