[tor-commits] [meek/master] Skeleton of extension.

dcf at torproject.org dcf at torproject.org
Wed Apr 9 05:56:56 UTC 2014


commit e555467520bb88e2cd0d5b3d9a29c1a22ed5dec9
Author: David Fifield <david at bamsoftware.com>
Date:   Sun Mar 9 16:39:22 2014 -0700

    Skeleton of extension.
---
 firefox/chrome.manifest         |    2 ++
 firefox/chrome/content/main.xul |    4 ++++
 firefox/install.rdf             |   21 +++++++++++++++++++++
 3 files changed, 27 insertions(+)

diff --git a/firefox/chrome.manifest b/firefox/chrome.manifest
new file mode 100644
index 0000000..5403d2b
--- /dev/null
+++ b/firefox/chrome.manifest
@@ -0,0 +1,2 @@
+content	meek-http-helper	chrome/content/
+overlay	chrome://browser/content/browser.xul	chrome://meek-http-helper/content/main.xul
diff --git a/firefox/chrome/content/main.xul b/firefox/chrome/content/main.xul
new file mode 100644
index 0000000..1afd5fe
--- /dev/null
+++ b/firefox/chrome/content/main.xul
@@ -0,0 +1,4 @@
+<?xml version="1.0"?>
+
+<overlay id="main" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+</overlay>
diff --git a/firefox/install.rdf b/firefox/install.rdf
new file mode 100644
index 0000000..6f67ded
--- /dev/null
+++ b/firefox/install.rdf
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
+	<Description about="urn:mozilla:install-manifest">
+		<em:id>meek-http-helper at bamsoftware.com</em:id>
+		<em:version>1.0</em:version>
+		<em:type>2</em:type>
+
+		<!-- Firefox -->
+		<em:targetApplication>
+			<Description>
+				<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+				<em:minVersion>24.0</em:minVersion>
+				<em:maxVersion>*</em:maxVersion>
+			</Description>
+		</em:targetApplication>
+
+		<em:name>meek HTTP helper</em:name>
+		<em:description>Makes HTTP requests on behalf of meek-client.</em:description>
+	</Description>
+</RDF>





More information about the tor-commits mailing list