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

Side by Side Diff: chrome/test/data/extensions/api_test/extfs/manifest.json

Issue 16439016: extfs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
OLDNEW
1 { 1 {
2 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDOuXEIuoK1kAkBe0SKiJn/N9oNn3oUxG a4dwj40MnJqPn+w0aR2vuyocm0R4Drp67aYwtLjOVPF4CICRq6ICP6eU07gGwQxGdZ7HJASXV8hm0tab 5I70oJmRLfFJyVAMCeWlFaOGq05v2i6EbifZM0qO5xALKNGQt+yjXi5INM5wIBIw==", 2 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDOuXEIuoK1kAkBe0SKiJn/N9oNn3oUxG a4dwj40MnJqPn+w0aR2vuyocm0R4Drp67aYwtLjOVPF4CICRq6ICP6eU07gGwQxGdZ7HJASXV8hm0tab 5I70oJmRLfFJyVAMCeWlFaOGq05v2i6EbifZM0qO5xALKNGQt+yjXi5INM5wIBIw==",
3 "name": "chrome.fileBrowserPrivate tests", 3 "name": "chrome.extfs.test",
4 "version": "0.1", 4 "version": "0.1",
5 "manifest_version": 2, 5 "manifest_version": 2,
6 "description": "Tests of chrome.fileBrowserPrivate.* component extension metho ds", 6 "description": "end-to-end browser test for chrome.extfs.addMountPoint API",
7 "permissions": [
8 "extfs",
9 "fileBrowserHandler",
10 "fileBrowserPrivate"
11 ],
7 "app": { 12 "app": {
8 "background": { 13 "background": {
9 "scripts": ["test.js"] 14 "scripts": ["test.js"]
10 } 15 }
11 }, 16 }
12 "permissions": [
13 "fileBrowserHandler",
14 "fileBrowserPrivate"
15 ]
16 } 17 }
OLDNEW
« no previous file with comments | « chrome/renderer/resources/renderer_resources.grd ('k') | chrome/test/data/extensions/api_test/extfs/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698