Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 } | |
| OLD | NEW |