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

Side by Side 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 'mustache' 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "manifest_package": "org.chromium.webapk",
3 "scope_url": "https://pwa.rocks/",
4 "intent_filters": {
Yaron 2017/07/10 23:39:35 so does this "Just work" if you have an array of t
Yaron 2017/07/12 16:54:01 bump
5 "scope_url_scheme": "https",
6 "scope_url_host": "pwa.rocks",
7 "scope_url_path": "/"
8 },
9 "start_url": "https://pwa.rocks/",
10 "display_mode": "standalone",
11 "orientation": "portrait",
12 "theme_color": "2147483648L",
13 "background_color": "2147483648L",
14 "icon_urls_and_icon_murmur2_hashes": "http://www.pwa.rocks/icon1.png 0 http:// www.pwa.rocks/icon2.png 0",
15 "web_manifest_url": "https://pwa.rocks/pwa.webmanifest",
16 "version_code": "1",
17 "version_name": "1.0",
18 "bound_webapk": {
19 "runtime_host": "com.google.android.apps.chrome",
20 "runtime_host_application_name": "Chromium"
21 }
22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698