Files
palemoon27/dom/tests/mochitest/webapps/apps/launch_paths.webapp
T

22 lines
377 B
JSON

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