gecko/dom/tests/mochitest/webapps/apps/invalid_entry_point.webapp
2012-09-22 20:48:27 -04:00

11 lines
211 B
JSON

{
"name": "Absolute Entry Point Launch Path App",
"installs_allowed_from": [ "*" ],
"entry_points": {
"ep1": {
"name": "Entry Point 1",
"launch_path": "http://www.mozilla.org/"
}
}
}