This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update manifest.json to support app tools
- Use app tools instead of make_apk - Add xwalk_package_id, xwalk_extensions in manifest - Update version to xwalk_app_version in manifest https://crosswalk-project.org/jira/browse/XWALK-5737
- Loading branch information
Li Hao
committed
Dec 4, 2015
1 parent
cb8a230
commit 2575706
Showing
11 changed files
with
35 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"name": "Hello World", | ||
"xwalk_version": "0.0.1", | ||
"start_url": "index.html" | ||
"xwalk_app_version": "0.0.1", | ||
"start_url": "index.html", | ||
"xwalk_package_id": "org.xwalk.helloworld" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"name": "SIMD", | ||
"xwalk_version": "0.0.1", | ||
"start_url": "index.html" | ||
"xwalk_app_version": "0.0.1", | ||
"start_url": "index.html", | ||
"xwalk_package_id": "org.xwalk.simd" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"name": "Space Dodge", | ||
"xwalk_version": "0.0.1", | ||
"start_url": "index.html" | ||
"xwalk_app_version": "0.0.1", | ||
"start_url": "index.html", | ||
"xwalk_package_id": "org.xwalk.spacedodgegame" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,8 @@ | ||
{ | ||
"name": "Space Dodge", | ||
"xwalk_version": "0.0.1", | ||
"xwalk_app_version": "0.0.1", | ||
"start_url": "index.html", | ||
"orientation": "landscape", | ||
"display": "fullscreen", | ||
"xwalk_launch_screen": { | ||
"ready_when": "custom", | ||
"landscape": { | ||
"background_color": "#11f", | ||
"image": "fg.png" | ||
} | ||
} | ||
"xwalk_package_id": "org.xwalk.spacedodgegame" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,8 @@ | ||
{ | ||
"name": "Space Dodge", | ||
"xwalk_version": "0.0.1", | ||
"xwalk_app_version": "0.0.1", | ||
"start_url": "index.html", | ||
"orientation": "landscape", | ||
"display": "fullscreen", | ||
"xwalk_launch_screen": { | ||
"ready_when": "custom", | ||
"landscape": { | ||
"background_color": "#11f", | ||
"image": "fg.png" | ||
} | ||
} | ||
"xwalk_package_id": "org.xwalk.spacedodgegame" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"name": "Space Dodge", | ||
"xwalk_version": "0.0.1", | ||
"start_url": "index.html" | ||
"xwalk_app_version": "0.0.1", | ||
"start_url": "index.html", | ||
"xwalk_package_id": "org.xwalk.spacedodgegame" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"name": "Space Dodge", | ||
"xwalk_version": "0.0.1", | ||
"start_url": "index.html" | ||
"xwalk_app_version": "0.0.1", | ||
"start_url": "index.html", | ||
"xwalk_package_id": "org.xwalk.spacedodgegame" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"name": "WebGLSample", | ||
"xwalk_version": "0.0.1", | ||
"start_url": "index.html" | ||
"xwalk_app_version": "0.0.1", | ||
"start_url": "index.html", | ||
"xwalk_package_id": "org.xwalk.webgl" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"name": "WebRTC", | ||
"xwalk_version": "0.0.1", | ||
"start_url": "index.html" | ||
"xwalk_app_version": "0.0.1", | ||
"start_url": "index.html", | ||
"xwalk_package_id": "org.xwalk.webrtc" | ||
} |