Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: chrome/common/extensions/api/_manifest_features.json

Issue 10825262: Support sandboxed pages in legacy packaged apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698