-rw-r--r-- | src/plugin/README_plugin.txt | 9 | ||||
-rw-r--r-- | src/plugin/install.rdf | 19 | ||||
-rwxr-xr-x | src/plugin/make_xpi.sh | 22 | ||||
-rw-r--r-- | src/plugin/plugin.c | 199 | ||||
-rw-r--r-- | src/plugin/plugin.h | 29 | ||||
-rw-r--r-- | src/plugin/test.html | 17 |
6 files changed, 295 insertions, 0 deletions
diff --git a/src/plugin/README_plugin.txt b/src/plugin/README_plugin.txt new file mode 100644 index 0000000..f7e6818 --- a/dev/null +++ b/src/plugin/README_plugin.txt @@ -0,0 +1,9 @@ +The contents of this directory are used to deploy the application as a +web browser plugin. The following references are relevant to the +technologies used here: + +"Plugins," Mozilla Developer Center, last modified August 23, 2009, https://developer.mozilla.org/en/Plugins. + +"Shipping a plugin as an extension," Mozilla Developer Center, last +modified June 2, 2008, +https://developer.mozilla.org/en/Shipping_a_plugin_as_an_extension. |