Index: chrome/test/data/extensions/api_test/app_process/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/app_process/manifest.json b/chrome/test/data/extensions/api_test/app_process/manifest.json |
index b97c29b02663e8a3e04d7b3147a794d72b5794a8..a67e8c013ff41af878b4eaf4466fb94c68f9f607 100644 |
--- a/chrome/test/data/extensions/api_test/app_process/manifest.json |
+++ b/chrome/test/data/extensions/api_test/app_process/manifest.json |
@@ -5,14 +5,14 @@ |
"description": "Tests that app URLs with the background permission are grouped into the same process.", |
"app": { |
"urls": [ |
- "http://localhost/files/extensions/api_test/app_process/path1", |
- "http://localhost/files/extensions/api_test/app_process/path2" |
+ "http://localhost/extensions/api_test/app_process/path1", |
+ "http://localhost/extensions/api_test/app_process/path2" |
], |
"browse_urls": [ |
- "http://localhost/files/extensions/api_test/app_process/path4" |
+ "http://localhost/extensions/api_test/app_process/path4" |
], |
"launch": { |
- "web_url": "http://localhost/files/extensions/api_test/app_process/path1/foo.html" |
+ "web_url": "http://localhost/extensions/api_test/app_process/path1/foo.html" |
} |
}, |
"permissions": [ |