| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 "app": { | 6 "app": { |
| 7 "channel": "stable", | 7 "channel": "stable", |
| 8 "extension_types": ["packaged_app", "hosted_app", "platform_app"] | 8 "extension_types": ["packaged_app", "hosted_app", "platform_app"] |
| 9 }, | 9 }, |
| 10 // The default platform app CSP can only be overridden by whitelisted apps. | 10 // The default platform app CSP can only be overridden by whitelisted apps. |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 ] | 174 ] |
| 175 }, | 175 }, |
| 176 "key": { | 176 "key": { |
| 177 "channel": "stable", | 177 "channel": "stable", |
| 178 "extension_types": "all" | 178 "extension_types": "all" |
| 179 }, | 179 }, |
| 180 "manifest_version": { | 180 "manifest_version": { |
| 181 "channel": "stable", | 181 "channel": "stable", |
| 182 "extension_types": "all" | 182 "extension_types": "all" |
| 183 }, | 183 }, |
| 184 "mime_types": { |
| 185 "channel": "stable", |
| 186 "extension_types": [ "extension", "packaged_app", "platform_app" ], |
| 187 "whitelist": [ |
| 188 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests |
| 189 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice |
| 190 "ionpfmkccalenbmnddpbmocokhaknphg" // QuickOffice Dev |
| 191 ] |
| 192 }, |
| 184 "minimum_chrome_version": { | 193 "minimum_chrome_version": { |
| 185 "channel": "stable", | 194 "channel": "stable", |
| 186 "extension_types": [ | 195 "extension_types": [ |
| 187 "extension", "packaged_app", "hosted_app", "platform_app" | 196 "extension", "packaged_app", "hosted_app", "platform_app" |
| 188 ] | 197 ] |
| 189 }, | 198 }, |
| 190 "nacl_modules": { | 199 "nacl_modules": { |
| 191 "channel": "stable", | 200 "channel": "stable", |
| 192 "extension_types": [ | 201 "extension_types": [ |
| 193 "extension", "packaged_app", "hosted_app", "platform_app" | 202 "extension", "packaged_app", "hosted_app", "platform_app" |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 "channel": "stable", | 298 "channel": "stable", |
| 290 "extension_types": "all" | 299 "extension_types": "all" |
| 291 }, | 300 }, |
| 292 "web_accessible_resources": { | 301 "web_accessible_resources": { |
| 293 "channel": "stable", | 302 "channel": "stable", |
| 294 "extension_types": [ | 303 "extension_types": [ |
| 295 "extension", "packaged_app", "hosted_app" | 304 "extension", "packaged_app", "hosted_app" |
| 296 ] | 305 ] |
| 297 } | 306 } |
| 298 } | 307 } |
| OLD | NEW |