Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: chrome/android/webapk/shell_apk/bound_manifest_config.json

Issue 2956193002: [Android] Enable WebAPK to have multiple intent filters (Closed)
Patch Set: Merge branch 'master' into rewriting Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/webapk/shell_apk/bound_manifest_config.json
diff --git a/chrome/android/webapk/shell_apk/bound_manifest_config.json b/chrome/android/webapk/shell_apk/bound_manifest_config.json
new file mode 100644
index 0000000000000000000000000000000000000000..35407ad6267317423a0f21f43e85eb20d780b36d
--- /dev/null
+++ b/chrome/android/webapk/shell_apk/bound_manifest_config.json
@@ -0,0 +1,22 @@
+{
+ "manifest_package": "org.chromium.webapk",
+ "scope_url": "https://pwa.rocks/",
+ "intent_filters": {
+ "scope_url_scheme": "https",
+ "scope_url_host": "pwa.rocks",
+ "scope_url_path": "/"
+ },
+ "start_url": "https://pwa.rocks/",
+ "display_mode": "standalone",
+ "orientation": "portrait",
+ "theme_color": "2147483648L",
+ "background_color": "2147483648L",
+ "icon_urls_and_icon_murmur2_hashes": "http://www.pwa.rocks/icon1.png 0 http://www.pwa.rocks/icon2.png 0",
+ "web_manifest_url": "https://pwa.rocks/pwa.webmanifest",
+ "version_code": "1",
+ "version_name": "1.0",
+ "bound_webapk": {
+ "runtime_host": "com.google.android.apps.chrome",
+ "runtime_host_application_name": "Chromium"
+ }
+}
« no previous file with comments | « chrome/android/webapk/shell_apk/BUILD.gn ('k') | chrome/android/webapk/shell_apk/javatest_manifest_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698