| 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 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 "min_manifest_version": 2 | 235 "min_manifest_version": 2 |
| 236 }, | 236 }, |
| 237 "script_badge": { | 237 "script_badge": { |
| 238 "channel": "trunk", | 238 "channel": "trunk", |
| 239 "extension_types": ["extension"] | 239 "extension_types": ["extension"] |
| 240 }, | 240 }, |
| 241 "signature": { | 241 "signature": { |
| 242 "channel": "stable", | 242 "channel": "stable", |
| 243 "extension_types": "all" | 243 "extension_types": "all" |
| 244 }, | 244 }, |
| 245 "system_indicator": { |
| 246 "channel": "dev", |
| 247 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 248 }, |
| 245 "theme": { | 249 "theme": { |
| 246 "channel": "stable", | 250 "channel": "stable", |
| 247 "extension_types": ["theme"] | 251 "extension_types": ["theme"] |
| 248 }, | 252 }, |
| 249 "tts_engine": { | 253 "tts_engine": { |
| 250 "channel": "stable", | 254 "channel": "stable", |
| 251 "extension_types": ["extension", "packaged_app"] | 255 "extension_types": ["extension", "packaged_app"] |
| 252 }, | 256 }, |
| 253 "update_url": { | 257 "update_url": { |
| 254 "channel": "stable", | 258 "channel": "stable", |
| 255 "extension_types": "all" | 259 "extension_types": "all" |
| 256 }, | 260 }, |
| 257 "version": { | 261 "version": { |
| 258 "channel": "stable", | 262 "channel": "stable", |
| 259 "extension_types": "all" | 263 "extension_types": "all" |
| 260 }, | 264 }, |
| 261 "web_accessible_resources": { | 265 "web_accessible_resources": { |
| 262 "channel": "stable", | 266 "channel": "stable", |
| 263 "extension_types": [ | 267 "extension_types": [ |
| 264 "extension", "packaged_app", "hosted_app" | 268 "extension", "packaged_app", "hosted_app" |
| 265 ] | 269 ] |
| 266 } | 270 } |
| 267 } | 271 } |
| OLD | NEW |