| Index: chrome/test/data/extensions/platform_apps/url_handlers/handlers/simple/manifest.json
|
| diff --git a/chrome/test/data/extensions/platform_apps/url_handlers/handlers/simple/manifest.json b/chrome/test/data/extensions/platform_apps/url_handlers/handlers/simple/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..60c6ee840c9ed0a9cad82e1b607d1f86e90ffb2c
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/platform_apps/url_handlers/handlers/simple/manifest.json
|
| @@ -0,0 +1,19 @@
|
| +{
|
| + "name": "Handler: simple",
|
| + "version": "1",
|
| + "app": {
|
| + "background": {
|
| + "scripts": ["test.js"]
|
| + }
|
| + },
|
| +
|
| + "url_handlers": {
|
| + "my_doc_url": {
|
| + "title": "Open my doc",
|
| + "matches": [
|
| + "http://localhost:*/extensions/platform_apps/url_handlers/*/target.html",
|
| + "http://127.0.0.1:*/extensions/platform_apps/url_handlers/*/target.html"
|
| + ]
|
| + }
|
| + }
|
| +}
|
|
|