crosswalk-app-tools
Advanced tools
Comparing version 0.7.0 to 0.7.1
Manifest.json fields | ||
==================== | ||
## Standard fields | ||
### Mandatory fields | ||
(In alphabetical order.) | ||
* `name`: http://w3c.github.io/manifest/ Will be uses as label in the android launcher. | ||
* `icons`: http://w3c.github.io/manifest/ Basic support, only one resolution per icon entry. | ||
* `start_url`: http://w3c.github.io/manifest/ First html page to load.xw | ||
* `xwalk_app_version: "a.b.c"`: Three part application version number e.g. 1.2.3 needed for android and windows packaging. | ||
* `xwalk_package_id: "com.example.foo"`: Canonical name e.g. com.example.foo. | ||
* Field `display`: http://www.w3.org/TR/appmanifest/#display-member | ||
### Extra fields | ||
* Field `icons`: http://www.w3.org/TR/appmanifest/#icons-member | ||
Basic implementation only. | ||
* Field `name`: http://www.w3.org/TR/appmanifest/#name-member | ||
* Field `short_name`: http://www.w3.org/TR/appmanifest/#short_name-member | ||
* Field `start_url`: http://www.w3.org/TR/appmanifest/#start_url-member | ||
## Extension fields | ||
(In alphabetical order.) | ||
* Extension field `xwalk_app_version`: Version number, between 1 and 99.99.999 | ||
* Extension field `xwalk_package_id`: Unique package identifier, e.g. `com.example.foo`. | ||
* Extension field `xwalk_target_platforms`: Target platform, e.g. `android`. At the moment only a single value is supported. | ||
* Extension field `xwalk_android_animatable_view`: Whether to allow zooming the browser view (`true`/`false`). | ||
* Extension field `xwalk_android_keep_screen_on`: Whether to keep the screen on while the app is in front (`true`/`false`). | ||
* Extension field `xwalk_windows_update_id`: Automatically generated identifier for native windows support (work in progress). | ||
* Extension field `xwalk_windows_vendor`: Vendor string for native windows support (work in progress). | ||
* `display`: http://w3c.github.io/manifest/ Values "standalone" and "fullscreen" are supported on Android. | ||
* `orientation`: http://w3c.github.io/manifest/ | ||
* `short_name`: http://w3c.github.io/manifest/ Value has no effect on Android, as `name` is used for the launcher label. | ||
* `xwalk_android_keep_screen_on: true/false`: Whether to keep the screen on while app is in the foreground. | ||
* `xwalk_android_webp: "x y z"`: Convert assets to webp, needs "cwebp" from google. Values between 1 and 100, e.g. `80 80 80`. See https://developers.google.com/speed/webp/. | ||
* `xwalk_command_line: "command-line"`: Extra parameters to pass to the crosswalk engine, e.g. for overriding blacklisted GPU drivers. | ||
* `xwalk_extensions: <array-of-paths>`: Array of paths to extensions for bundling. | ||
* `xwalk_hosts`: See https://crosswalk-project.org/documentation/manifest/xwalk_hosts.html. |
{ | ||
"name": "crosswalk-app-tools", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "An APK packager for the Crosswalk Project -- http://crosswalk-project.org", | ||
@@ -5,0 +5,0 @@ "author": "Robert Staudinger <robert.staudinger@intel.com>", |
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
401912