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

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

Issue 285373015: Gallery.app: Replace the existing gallery with the new separated gallery. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove gallery tests. Created 6 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 // chrome-extension://hoobinhbdbiehknkpbpejbbpdbkdjmoco/ 2 // chrome-extension://hoobinhbdbiehknkpbpejbbpdbkdjmoco/
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBjsTE4ocXJWzgcCDCUcsPASoRCGaTHr Hn6b4zDTCayTuJtyGKzw4xZPMiG4dbEbmSAwEU7UCoyJAM1XfLS7UQ/Zz7ft8wpZkSS8/PJW+E4Qu++t MS0csj2Wdrrd2c5yyWxlJ+H9o2ivwtwuxs7pd+LXt+gsBA0epnT04T9EvOTQIDAQAB", 3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBjsTE4ocXJWzgcCDCUcsPASoRCGaTHr Hn6b4zDTCayTuJtyGKzw4xZPMiG4dbEbmSAwEU7UCoyJAM1XfLS7UQ/Zz7ft8wpZkSS8/PJW+E4Qu++t MS0csj2Wdrrd2c5yyWxlJ+H9o2ivwtwuxs7pd+LXt+gsBA0epnT04T9EvOTQIDAQAB",
4 "name": "chrome file manager browser tests", 4 "name": "chrome file manager browser tests",
5 "version": "0.1", 5 "version": "0.1",
6 "incognito": "split", // Run a separate instance for the incognito mode. 6 "incognito": "split", // Run a separate instance for the incognito mode.
7 "manifest_version": 2, 7 "manifest_version": 2,
8 "background": { 8 "background": {
9 "scripts": [ 9 "scripts": [
10 // List background.js first because the testcase namespace is defined 10 // List background.js first because the testcase namespace is defined
11 // here. 11 // here.
12 "background.js", 12 "background.js",
13 "create_new_folder.js", 13 "create_new_folder.js",
14 "drive_specific.js", 14 "drive_specific.js",
15 "copy_between_windows.js", 15 "copy_between_windows.js",
16 "execute_default_task.js", 16 "execute_default_task.js",
17 "file_display.js", 17 "file_display.js",
18 "keyboard_operations.js", 18 "keyboard_operations.js",
19 "multi_profile.js", 19 "multi_profile.js",
20 "navigation_list.js", 20 "navigation_list.js",
21 "open_audio_files.js", 21 "open_audio_files.js",
22 "open_special_types.js", 22 "open_zip_files.js",
23 "open_video_files.js", 23 "open_video_files.js",
24 "restore_geometry.js", 24 "restore_geometry.js",
25 "restore_prefs.js", 25 "restore_prefs.js",
26 "share_dialog.js", 26 "share_dialog.js",
27 "suggest_app_dialog.js", 27 "suggest_app_dialog.js",
28 "tab_index.js", 28 "tab_index.js",
29 "thumbnails.js", 29 "thumbnails.js",
30 "transfer.js", 30 "transfer.js",
31 "traverse.js" 31 "traverse.js"
32 ] 32 ]
33 }, 33 },
34 "permissions": [ 34 "permissions": [
35 "tabs", 35 "tabs",
36 "chrome-extension://oobinhbdbiehknkpbpejbbpdbkdjmoco/*", 36 "chrome-extension://oobinhbdbiehknkpbpejbbpdbkdjmoco/*",
37 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/*" 37 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/*"
38 ] 38 ]
39 } 39 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698