summaryrefslogtreecommitdiff
path: root/chromium/chrome/android/webapk/shell_apk/http_manifest_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/android/webapk/shell_apk/http_manifest_config.json')
-rw-r--r--chromium/chrome/android/webapk/shell_apk/http_manifest_config.json41
1 files changed, 0 insertions, 41 deletions
diff --git a/chromium/chrome/android/webapk/shell_apk/http_manifest_config.json b/chromium/chrome/android/webapk/shell_apk/http_manifest_config.json
deleted file mode 100644
index bf0e34ffc15..00000000000
--- a/chromium/chrome/android/webapk/shell_apk/http_manifest_config.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "manifest_package": "org.chromium.webapk.http",
- "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/",
- "display_mode": "standalone",
- "orientation": "portrait",
- "theme_color": "2147483648L",
- "background_color": "2147483648L",
- "has_large_splash_icons": "false",
- "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",
- "distributor": "browser",
- "version_code": "1",
- "version_name": "1.0",
- "bound_webapk": {
- "runtime_host": "com.google.android.apps.chrome",
- "runtime_host_application_name": "Chromium"
- },
- "share_template": [{
- "index": "0",
- "title": "Share All",
- "action": "http://pwa.rocks/share.html",
- "param_title": "title",
- "param_text": "text",
- "param_url": "url"
- },
- {
- "index": "1",
- "title": "Share Title",
- "action": "http://pwa.rocks/share_title.html",
- "param_title": "title",
- "param_text": "text",
- "param_url": "url"
- }]
-}