Index: trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/handlers/steal_xhr_target/manifest.json |
=================================================================== |
--- trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/handlers/steal_xhr_target/manifest.json (revision 222256) |
+++ trunk/src/chrome/test/data/extensions/platform_apps/url_handlers/handlers/steal_xhr_target/manifest.json (working copy) |
@@ -1,19 +0,0 @@ |
-{ |
- "name": "Handler: steal XHR targets", |
- "version": "1", |
- "app": { |
- "background": { |
- "scripts": ["test.js"] |
- } |
- }, |
- |
- "url_handlers": { |
- "my_doc_url": { |
- "title": "Steal somebody else's doc", |
- "matches": [ |
- "http://localhost:*/extensions/platform_apps/url_handlers/*/target.html", |
- "http://127.0.0.1:*/extensions/platform_apps/url_handlers/*/target.html" |
- ] |
- } |
- } |
-} |