Initial version of firefox os network information plugin

This commit is contained in:
Rodrigo Silveira
2014-04-07 11:32:28 -07:00
parent f973965a03
commit 4400503400
3 changed files with 66 additions and 36 deletions
-5
View File
@@ -23,11 +23,6 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<!-- firefoxos -->
<platform name="firefoxos">
<config-file target="config.xml" parent="/*">
<feature name="Network">
<param name="firefoxos-package" value="Network" />
</feature>
</config-file>
<js-module src="src/firefoxos/NetworkProxy.js" name="NetworkProxy">
<runs />
</js-module>