gecko/dom/tests/mochitest/webapps/apps/invalid_locale_entry_point.webapp
2012-09-22 20:48:27 -04:00

15 lines
282 B
JSON

{
"name": "Absolute Locale Entry Point Launch Path App",
"installs_allowed_from": [ "*" ],
"locales": {
"it": {
"entry_points": {
"ep1": {
"name": "Punto d'ingresso",
"launch_path": "http://www.mozilla.org/"
}
}
}
}
}