We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec9dc2 commit ab60c26Copy full SHA for ab60c26
docs/NextSteps.md
@@ -29,6 +29,7 @@ Possible values for `manifest.mobile.json`:
29
```
30
* `webview`: Android only. Can be `"system"` or `"crosswalk"` (default)
31
* This can also be set with the `--webview` command-line flag
32
+ * To use a specific version of crosswalk, value can be `"crosswalk@##"`, where ## is the version.
33
* `packageId`: Used as the `packageId` on Android, and the `CFBundleIdentifier` on iOS.
34
* `csp`: When set, overrides the default Content-Security-Policy for apps
35
* `cspUnsafeEval`: Allow `eval` within Content-Security-Policy (default: false)
0 commit comments