Files
palemoon27/dom/tests/mochitest/webapps/apps/invalid_activity_href.webapp
T

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"
}
}
}