OLD | NEW |
1 { | 1 { |
2 "AndroidSessionNotifications": [ | 2 "AndroidSessionNotifications": [ |
3 { | 3 { |
4 "platforms": [ | 4 "platforms": [ |
5 "android" | 5 "android" |
6 ], | 6 ], |
7 "experiments": [ | 7 "experiments": [ |
8 { | 8 { |
9 "name": "Disabled" | 9 "name": "Disabled" |
10 } | 10 } |
(...skipping 2014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2025 "linux", | 2025 "linux", |
2026 "mac" | 2026 "mac" |
2027 ], | 2027 ], |
2028 "experiments": [ | 2028 "experiments": [ |
2029 { | 2029 { |
2030 "name": "ExperimentYes" | 2030 "name": "ExperimentYes" |
2031 } | 2031 } |
2032 ] | 2032 ] |
2033 } | 2033 } |
2034 ], | 2034 ], |
2035 "SiteEngagement": [ | |
2036 { | |
2037 "platforms": [ | |
2038 "android", | |
2039 "chromeos", | |
2040 "linux", | |
2041 "mac", | |
2042 "win" | |
2043 ], | |
2044 "experiments": [ | |
2045 { | |
2046 "name": "AggressiveAccumulation", | |
2047 "params": { | |
2048 "bootstrap_points": "24", | |
2049 "decay_period_in_hours": "2", | |
2050 "decay_points": "0", | |
2051 "decay_proportion": "0.984", | |
2052 "first_daily_engagement_points": "1.5", | |
2053 "hidden_media_playing_points": "0.01", | |
2054 "high_engagement_boundary": "50", | |
2055 "last_engagement_grace_period_in_hours": "1", | |
2056 "max_decays_per_score": "4", | |
2057 "max_points_per_day": "15", | |
2058 "medium_engagement_boundary": "15", | |
2059 "navigation_points": "1.5", | |
2060 "score_cleanup_threshold": "0.5", | |
2061 "user_input_points": "0.6", | |
2062 "visible_media_playing_points": "0.06", | |
2063 "web_app_installed_points": "5" | |
2064 } | |
2065 } | |
2066 ] | |
2067 } | |
2068 ], | |
2069 "SpeculativeLaunchServiceWorker": [ | 2035 "SpeculativeLaunchServiceWorker": [ |
2070 { | 2036 { |
2071 "platforms": [ | 2037 "platforms": [ |
2072 "android", | 2038 "android", |
2073 "chromeos", | 2039 "chromeos", |
2074 "linux", | 2040 "linux", |
2075 "mac", | 2041 "mac", |
2076 "win" | 2042 "win" |
2077 ], | 2043 ], |
2078 "experiments": [ | 2044 "experiments": [ |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2460 { | 2426 { |
2461 "name": "Enabled", | 2427 "name": "Enabled", |
2462 "enable_features": [ | 2428 "enable_features": [ |
2463 "use-new-media-cache" | 2429 "use-new-media-cache" |
2464 ] | 2430 ] |
2465 } | 2431 } |
2466 ] | 2432 ] |
2467 } | 2433 } |
2468 ] | 2434 ] |
2469 } | 2435 } |
OLD | NEW |