gasolin / fxosbmi

BMI demo for FxOS
3 stars 5 forks source link

fxosbmi

BMI demo for FxOS

checkout gh-pages branch for the working demo.

You can check the manifest validator via

http://gasolin.github.io/fxosbmi/public/manifest.webapp

To get the full example, please switched to gh-pages branch and hit zip button to download the sample.

fxosbmi demo is a hosted webapp(static page) demo, contains Firefox OS building blocks. the structure is based on webapplate, which provide best practices for newly webapp development.

Note

If you use the Add Directory option in the Simulator, make sure to change

"launch_path": "/fxosbmi/public/index.html"

to

"launch_path": "index.html"

and the icon paths accordingly since it runs it as a packaged app directly from the root folder.