summaryrefslogtreecommitdiff
path: root/chromium/chrome/android/webapk/shell_apk/manifest/http_manifest_config_delta.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/android/webapk/shell_apk/manifest/http_manifest_config_delta.json')
-rw-r--r--chromium/chrome/android/webapk/shell_apk/manifest/http_manifest_config_delta.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/chromium/chrome/android/webapk/shell_apk/manifest/http_manifest_config_delta.json b/chromium/chrome/android/webapk/shell_apk/manifest/http_manifest_config_delta.json
new file mode 100644
index 00000000000..735c9f8d776
--- /dev/null
+++ b/chromium/chrome/android/webapk/shell_apk/manifest/http_manifest_config_delta.json
@@ -0,0 +1,10 @@
+{
+ "scope_url": "http://pwa.rocks/",
+ "intent_filters": {
+ "scope_url_scheme": "http",
+ "scope_url_host": "pwa.rocks",
+ "scope_url_path_type": "android:pathPrefix",
+ "scope_url_path": "/"
+ },
+ "start_url": "http://pwa.rocks/"
+}