1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/webapps/apps/launch_paths.webapp Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +{ 1.5 + "name": "Basic App with Launch Paths", 1.6 + "installs_allowed_from": [ "*" ], 1.7 + "launch_path": "/lp", 1.8 + "entry_points": { 1.9 + "ep1": { 1.10 + "name": "Entry Point 1", 1.11 + "launch_path": "/test" 1.12 + } 1.13 + }, 1.14 + "locales": { 1.15 + "it": { 1.16 + "entry_points": { 1.17 + "ep1": { 1.18 + "name": "Punto d'ingresso", 1.19 + "launch_path": "/prova" 1.20 + } 1.21 + } 1.22 + } 1.23 + } 1.24 +}