I'm using Crosswalk for projects that need to run on Android 2.2 and up.
I'm looking for any documentation about manifest.json because I didn't find anything that lists properties I can use.
I would like to know too if there is a way to manually edit AndroidManifest.xml before build in order to change permissions or SDK version.
Eventually, I would be glad if I could move the build folder from the Crosswalk-environment to my project folder. For the moment, I can only move APKs with --target-dir.
Here is my folder structure :
-MyApp_project
-MyApp_www
-[Move build folder here]
-Crosswalk-env
-...content...
-[build folders are there]
Thanks