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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 }, | 188 }, |
189 "requirements": { | 189 "requirements": { |
190 "channel": "stable", | 190 "channel": "stable", |
191 "extension_types": [ | 191 "extension_types": [ |
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", "packaged_app" |
199 ], | 199 ], |
200 "min_manifest_version": 2 | 200 "min_manifest_version": 2 |
201 }, | 201 }, |
202 "script_badge": { | 202 "script_badge": { |
203 "channel": "dev", | 203 "channel": "dev", |
204 "extension_types": ["extension"] | 204 "extension_types": ["extension"] |
205 }, | 205 }, |
206 "signature": { | 206 "signature": { |
207 "channel": "stable", | 207 "channel": "stable", |
208 "extension_types": "all" | 208 "extension_types": "all" |
(...skipping 14 matching lines...) Expand all Loading... |
223 "channel": "stable", | 223 "channel": "stable", |
224 "extension_types": "all" | 224 "extension_types": "all" |
225 }, | 225 }, |
226 "web_accessible_resources": { | 226 "web_accessible_resources": { |
227 "channel": "stable", | 227 "channel": "stable", |
228 "extension_types": [ | 228 "extension_types": [ |
229 "extension", "packaged_app", "hosted_app" | 229 "extension", "packaged_app", "hosted_app" |
230 ] | 230 ] |
231 } | 231 } |
232 } | 232 } |
OLD | NEW |