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

17 lines
280 B
JSON

{
"name": "Basic App",
"installs_allowed_from": ["*"],
"activities": {
"without_href": {
"returnValue": true
},
"valid_href": {
"returnvalue": true,
"href": "/foo.html"
}
},
"messages": [
{ "valid_message_href": "/bar.html" }
]
}