| 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 "app.background": { | 10 "app.background": { |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 "extension", "packaged_app", "hosted_app", "platform_app" | 192 "extension", "packaged_app", "hosted_app", "platform_app" |
| 193 ] | 193 ] |
| 194 }, | 194 }, |
| 195 "sandbox": { | 195 "sandbox": { |
| 196 "channel": "stable", | 196 "channel": "stable", |
| 197 "extension_types": [ | 197 "extension_types": [ |
| 198 "extension", "platform_app" | 198 "extension", "platform_app" |
| 199 ], | 199 ], |
| 200 "min_manifest_version": 2 | 200 "min_manifest_version": 2 |
| 201 }, | 201 }, |
| 202 "script_badge": { |
| 203 "channel": "dev", |
| 204 "extension_types": ["extension"] |
| 205 }, |
| 202 "signature": { | 206 "signature": { |
| 203 "channel": "stable", | 207 "channel": "stable", |
| 204 "extension_types": "all" | 208 "extension_types": "all" |
| 205 }, | 209 }, |
| 206 "theme": { | 210 "theme": { |
| 207 "channel": "stable", | 211 "channel": "stable", |
| 208 "extension_types": ["theme"] | 212 "extension_types": ["theme"] |
| 209 }, | 213 }, |
| 210 "tts_engine": { | 214 "tts_engine": { |
| 211 "channel": "stable", | 215 "channel": "stable", |
| 212 "extension_types": ["extension", "packaged_app"] | 216 "extension_types": ["extension", "packaged_app"] |
| 213 }, | 217 }, |
| 214 "update_url": { | 218 "update_url": { |
| 215 "channel": "stable", | 219 "channel": "stable", |
| 216 "extension_types": "all" | 220 "extension_types": "all" |
| 217 }, | 221 }, |
| 218 "version": { | 222 "version": { |
| 219 "channel": "stable", | 223 "channel": "stable", |
| 220 "extension_types": "all" | 224 "extension_types": "all" |
| 221 }, | 225 }, |
| 222 "web_accessible_resources": { | 226 "web_accessible_resources": { |
| 223 "channel": "stable", | 227 "channel": "stable", |
| 224 "extension_types": [ | 228 "extension_types": [ |
| 225 "extension", "packaged_app", "hosted_app" | 229 "extension", "packaged_app", "hosted_app" |
| 226 ] | 230 ] |
| 227 } | 231 } |
| 228 } | 232 } |
| OLD | NEW |