| OLD | NEW |
| 1 { | 1 { |
| 2 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDOuXEIuoK1kAkBe0SKiJn/N9oNn3oUxG
a4dwj40MnJqPn+w0aR2vuyocm0R4Drp67aYwtLjOVPF4CICRq6ICP6eU07gGwQxGdZ7HJASXV8hm0tab
5I70oJmRLfFJyVAMCeWlFaOGq05v2i6EbifZM0qO5xALKNGQt+yjXi5INM5wIBIw==", | 2 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDOuXEIuoK1kAkBe0SKiJn/N9oNn3oUxG
a4dwj40MnJqPn+w0aR2vuyocm0R4Drp67aYwtLjOVPF4CICRq6ICP6eU07gGwQxGdZ7HJASXV8hm0tab
5I70oJmRLfFJyVAMCeWlFaOGq05v2i6EbifZM0qO5xALKNGQt+yjXi5INM5wIBIw==", |
| 3 "name": "chrome.fileBrowserPrivate Mount Tests", | 3 "name": "chrome.fileBrowserPrivate Mount Tests", |
| 4 "version": "0.1", | 4 "version": "0.1", |
| 5 "manifest_version": 2, |
| 5 "description": "Tests of chrome.fileBrowserPrivate component extension methods
that communicate with MountLibrary", | 6 "description": "Tests of chrome.fileBrowserPrivate component extension methods
that communicate with MountLibrary", |
| 6 "background_page": "background.html", | 7 "background_page": "background.html", |
| 7 "permissions": [ | 8 "permissions": [ |
| 8 "fileBrowserPrivate" | 9 "fileBrowserPrivate" |
| 9 ] | 10 ] |
| 10 } | 11 } |
| 11 | 12 |
| OLD | NEW |