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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 }, | 227 }, |
228 "page_action": { | 228 "page_action": { |
229 "channel": "stable", | 229 "channel": "stable", |
230 "extension_types": ["extension"] | 230 "extension_types": ["extension"] |
231 }, | 231 }, |
232 "page_actions": { | 232 "page_actions": { |
233 "channel": "stable", | 233 "channel": "stable", |
234 "extension_types": ["extension"], | 234 "extension_types": ["extension"], |
235 "max_manifest_version": 1 | 235 "max_manifest_version": 1 |
236 }, | 236 }, |
| 237 "page_launcher": { |
| 238 "channel": "dev", |
| 239 "extension_types": ["platform_app"] |
| 240 }, |
237 "permissions": { | 241 "permissions": { |
238 "channel": "stable", | 242 "channel": "stable", |
239 "extension_types": [ | 243 "extension_types": [ |
240 "extension", "packaged_app", "hosted_app", "platform_app" | 244 "extension", "packaged_app", "hosted_app", "platform_app" |
241 ] | 245 ] |
242 }, | 246 }, |
243 "plugins": { | 247 "plugins": { |
244 "channel": "stable", | 248 "channel": "stable", |
245 "extension_types": ["extension", "packaged_app", "hosted_app"] | 249 "extension_types": ["extension", "packaged_app", "hosted_app"] |
246 }, | 250 }, |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 "channel": "stable", | 289 "channel": "stable", |
286 "extension_types": "all" | 290 "extension_types": "all" |
287 }, | 291 }, |
288 "web_accessible_resources": { | 292 "web_accessible_resources": { |
289 "channel": "stable", | 293 "channel": "stable", |
290 "extension_types": [ | 294 "extension_types": [ |
291 "extension", "packaged_app", "hosted_app" | 295 "extension", "packaged_app", "hosted_app" |
292 ] | 296 ] |
293 } | 297 } |
294 } | 298 } |
OLD | NEW |