| Index: chrome/test/data/extensions/api_test/cross_origin_xhr/file_access/manifest.json
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/cross_origin_xhr/file_access/manifest.json (revision 111763)
|
| +++ chrome/test/data/extensions/api_test/cross_origin_xhr/file_access/manifest.json (working copy)
|
| @@ -1,6 +1,7 @@
|
| {
|
| "name": "Cross origin XHR to file:/// URLs with access",
|
| "version": "1.0",
|
| + "manifest_version": 2,
|
| "description": "Tests bug 104547",
|
| "background_page": "test.html",
|
| "permissions": [ "<all_urls>" ]
|
|
|