dom/tests/mochitest/webapps/apps/invalid_entry_point.webapp

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:9e3b637fefeb
1 {
2 "name": "Absolute Entry Point Launch Path App",
3 "installs_allowed_from": [ "*" ],
4 "entry_points": {
5 "ep1": {
6 "name": "Entry Point 1",
7 "launch_path": "http://www.mozilla.org/"
8 }
9 }
10 }

mercurial