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 // See c/c/e/features/* to understand this file, in particular feature.h, | 5 // See c/c/e/features/* to understand this file, in particular feature.h, |
6 // simple_feature.h, and base_feature_provider.h. | 6 // simple_feature.h, and base_feature_provider.h. |
7 | 7 |
8 { | 8 { |
9 "app": { | 9 "app": { |
10 "channel": "stable", | 10 "channel": "stable", |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 }, | 275 }, |
276 "page_action": { | 276 "page_action": { |
277 "channel": "stable", | 277 "channel": "stable", |
278 "extension_types": ["extension"] | 278 "extension_types": ["extension"] |
279 }, | 279 }, |
280 "page_actions": { | 280 "page_actions": { |
281 "channel": "stable", | 281 "channel": "stable", |
282 "extension_types": ["extension"], | 282 "extension_types": ["extension"], |
283 "max_manifest_version": 1 | 283 "max_manifest_version": 1 |
284 }, | 284 }, |
285 "page_launcher": { | |
286 "channel": "dev", | |
287 "extension_types": ["platform_app"] | |
288 }, | |
289 "permissions": { | 285 "permissions": { |
290 "channel": "stable", | 286 "channel": "stable", |
291 "extension_types": [ | 287 "extension_types": [ |
292 "extension", "packaged_app", "hosted_app", "platform_app" | 288 "extension", "packaged_app", "hosted_app", "platform_app" |
293 ] | 289 ] |
294 }, | 290 }, |
295 "platforms": { | 291 "platforms": { |
296 "channel": "stable", | 292 "channel": "stable", |
297 "extension_types": "all" | 293 "extension_types": "all" |
298 }, | 294 }, |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 "channel": "stable", | 351 "channel": "stable", |
356 "extension_types": "all" | 352 "extension_types": "all" |
357 }, | 353 }, |
358 "web_accessible_resources": { | 354 "web_accessible_resources": { |
359 "channel": "stable", | 355 "channel": "stable", |
360 "extension_types": [ | 356 "extension_types": [ |
361 "extension", "packaged_app", "hosted_app" | 357 "extension", "packaged_app", "hosted_app" |
362 ] | 358 ] |
363 } | 359 } |
364 } | 360 } |
OLD | NEW |