A hosted web site in a packaged app for Firefox OS.
- Put your hosted web app in a package to make it future proof to update to a privileged app later on.
- The package can have custom code to keep Firefox OS specific code paths out of your hosted web site.
- Instantly loaded splashscreen and nice offline messaging
- Use App Manager/WebIDE to test the app on a Firefox OS simulator or device.
-
Modify
index.htmland add your app name and hosted URL. -
Modify
manifest.webappand add your app name, description and developer details. -
Modify
static/script.jsand replace the URL with your app URL on line 10. -
Replace the icons in
static/with your own at60px by 60pxand128px by 128px.