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

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

Issue 14607023: Add support for persistent file access in apps. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 7 years, 7 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/file_system.idl » ('j') | 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 "activeTab": { 6 "activeTab": {
7 "channel": "stable", 7 "channel": "stable",
8 "extension_types": ["extension", "packaged_app"], 8 "extension_types": ["extension", "packaged_app"],
9 "min_manifest_version": 2 9 "min_manifest_version": 2
10 }, 10 },
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "location": "component" 201 "location": "component"
202 }, 202 },
203 "fileSystem": [{ 203 "fileSystem": [{
204 "channel": "stable", 204 "channel": "stable",
205 "extension_types": ["platform_app"] 205 "extension_types": ["platform_app"]
206 },{ 206 },{
207 "channel": "stable", 207 "channel": "stable",
208 "extension_types": ["extension"], 208 "extension_types": ["extension"],
209 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] 209 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ]
210 }], 210 }],
211 "fileSystem.retainFiles": [{
212 "channel": "trunk",
213 "extension_types": ["platform_app"]
214 }],
211 "fileSystem.write": [{ 215 "fileSystem.write": [{
212 "channel": "stable", 216 "channel": "stable",
213 "extension_types": ["platform_app"] 217 "extension_types": ["platform_app"]
214 },{ 218 },{
215 "channel": "stable", 219 "channel": "stable",
216 "extension_types": ["extension"], 220 "extension_types": ["extension"],
217 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] 221 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ]
218 }], 222 }],
219 "fontSettings": { 223 "fontSettings": {
220 "channel": "stable", 224 "channel": "stable",
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 }, 575 },
572 "webRequestBlocking": { 576 "webRequestBlocking": {
573 "channel": "stable", 577 "channel": "stable",
574 "extension_types": ["extension", "packaged_app"] 578 "extension_types": ["extension", "packaged_app"]
575 }, 579 },
576 "webview": { 580 "webview": {
577 "channel": "stable", 581 "channel": "stable",
578 "extension_types": ["platform_app"] 582 "extension_types": ["platform_app"]
579 } 583 }
580 } 584 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/file_system.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698