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

Unified Diff: chrome/android/webapk/shell_apk/unbound_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
« no previous file with comments | « chrome/android/webapk/shell_apk/src/org/chromium/webapk/shell_apk/MainActivity.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/webapk/shell_apk/unbound_manifest_config.json
diff --git a/chrome/android/webapk/shell_apk/unbound_manifest_config.json b/chrome/android/webapk/shell_apk/unbound_manifest_config.json
new file mode 100644
index 0000000000000000000000000000000000000000..8dff7111e449d72e1dd050a172b84aae8189a9df
--- /dev/null
+++ b/chrome/android/webapk/shell_apk/unbound_manifest_config.json
@@ -0,0 +1,19 @@
+{
+ "manifest_package": "org.chromium.arbitrarypackage",
+ "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": false
+}
« no previous file with comments | « chrome/android/webapk/shell_apk/src/org/chromium/webapk/shell_apk/MainActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698