| 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"
 | 
| +  }
 | 
| +}
 | 
| 
 |