mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 09:58:57 +00:00
22 lines
377 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|