gecko/dom/tests/mochitest/webapps/apps/invalid_activity_href.webapp
2013-01-08 10:39:45 -08:00

15 lines
307 B
JSON

{
"name": "Absolute Activity Href App",
"description": "App with an invalid activity href",
"installs_allowed_from": [ "*" ],
"activities": {
"without_href": { },
"absolute_href": {
"href": "http://www.mozilla.org"
},
"valid_href": {
"href": "/transfer.html"
}
}
}