| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 // chrome-extension://hoobinhbdbiehknkpbpejbbpdbkdjmoco/ | |
| 3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDBjsTE4ocXJWzgcCDCUcsPASoRCGaTHr
Hn6b4zDTCayTuJtyGKzw4xZPMiG4dbEbmSAwEU7UCoyJAM1XfLS7UQ/Zz7ft8wpZkSS8/PJW+E4Qu++t
MS0csj2Wdrrd2c5yyWxlJ+H9o2ivwtwuxs7pd+LXt+gsBA0epnT04T9EvOTQIDAQAB", | |
| 4 "name": "chrome file manager browser tests", | |
| 5 "version": "0.1", | |
| 6 "incognito": "split", // Run a separate instance for the incognito mode. | |
| 7 "manifest_version": 2, | |
| 8 "background": { | |
| 9 "scripts": [ | |
| 10 // List background.js first because the testcase namespace is defined | |
| 11 // here. | |
| 12 "background.js", | |
| 13 "create_new_folder.js", | |
| 14 "drive_specific.js", | |
| 15 "copy_between_windows.js", | |
| 16 "execute_default_task.js", | |
| 17 "file_display.js", | |
| 18 "keyboard_operations.js", | |
| 19 "multi_profile.js", | |
| 20 "navigation_list.js", | |
| 21 "open_audio_files.js", | |
| 22 "open_zip_files.js", | |
| 23 "open_video_files.js", | |
| 24 "restore_geometry.js", | |
| 25 "restore_prefs.js", | |
| 26 "share_dialog.js", | |
| 27 "suggest_app_dialog.js", | |
| 28 "tab_index.js", | |
| 29 "thumbnails.js", | |
| 30 "transfer.js", | |
| 31 "traverse.js" | |
| 32 ] | |
| 33 }, | |
| 34 "permissions": [ | |
| 35 "tabs", | |
| 36 "chrome-extension://oobinhbdbiehknkpbpejbbpdbkdjmoco/*", | |
| 37 "chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj/*" | |
| 38 ] | |
| 39 } | |
| OLD | NEW |