j pgilbert wrote: > I'm very interested in developing this platform but I'm a little > unclear about one part: is it possible to install or otherwise > access an app that is not presently available in firefox > marketplace? such as one I'm developing and not ready to submit?
In FirefoxOS (and eventually Firefox in general), you can install apps from any website. There are some permissions that require your app to have type=privileged in your app manifest. *Those* apps can generally only be installed through https://marketplace.firefox.com. However, when you are developing/testing a type=privileged app, you should (eventually?) be able to use the javascript remote debugging support to push your test app to the device through USB. But, I am not sure if the desktop Firefox code for that feature has been done yet. Cheers, Brian _______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
