michael@0: { michael@0: "name": "Basic App with Launch Paths", michael@0: "installs_allowed_from": [ "*" ], michael@0: "launch_path": "/lp", michael@0: "entry_points": { michael@0: "ep1": { michael@0: "name": "Entry Point 1", michael@0: "launch_path": "/test" michael@0: } michael@0: }, michael@0: "locales": { michael@0: "it": { michael@0: "entry_points": { michael@0: "ep1": { michael@0: "name": "Punto d'ingresso", michael@0: "launch_path": "/prova" michael@0: } michael@0: } michael@0: } michael@0: } michael@0: }