Hi, "platform add firefoxos" fails if config.xml in project but not in www.
config.xml moved to project_dir but firefoxos.js expects it in www and fails. Here is a pull request that looks for config.xml in project_dir first but falls back to www if not found. https://github.com/apache/cordova-plugman/pull/52 This is no problem on platforms like Android because e.g. android.js gets the package_name from AndroidManifest.xml but firefoxos.js tries to retrieve it from config.xml. manifest.webapp is not existing at this point. cheers Axel