| Index: extensions/test/data/platform_app/manifest.json
|
| diff --git a/chrome/test/data/extensions/platform_apps/windows_api_get/manifest.json b/extensions/test/data/platform_app/manifest.json
|
| similarity index 53%
|
| copy from chrome/test/data/extensions/platform_apps/windows_api_get/manifest.json
|
| copy to extensions/test/data/platform_app/manifest.json
|
| index bbd3a807c53b9188371d323f8940336e10118397..f4ba3356de258c5b706c50b06d7520317b5fd355 100644
|
| --- a/chrome/test/data/extensions/platform_apps/windows_api_get/manifest.json
|
| +++ b/extensions/test/data/platform_app/manifest.json
|
| @@ -1,7 +1,8 @@
|
| {
|
| - "name": "Windows API - get/getAll",
|
| - "version": "1",
|
| + // Simple testing platform app. Succeeds when its app window is loaded.
|
| + "name": "Test Platform App",
|
| "manifest_version": 2,
|
| + "version": "1",
|
| "app": {
|
| "background": {
|
| "scripts": ["background.js"]
|
|
|