mozilla / r2d2b2g

Firefox OS Simulator is a test environment for Firefox OS. Use it to test your apps in a Firefox OS-like environment that looks and feels like a mobile phone.
https://addons.mozilla.org/en-US/firefox/addon/firefox-os-simulator/
Other
392 stars 139 forks source link

Validation should warn about invalid launch_path in packaged apps #412

Open digitarald opened 11 years ago

digitarald commented 11 years ago

A packaged app launch_path pointing to / will not show the app but the directory listing. It should be easy to validate if the launch_path points to an existing file.

Same for hosted?

nickdesaulniers commented 11 years ago

For a packaged app, the launch_path refers to a static asset that must exist.

For a hosted app, it is optional, pointing to an index asset if not specified, or a network request-able asset otherwise.