crdlc / App-Launcher-FOS

App launcher for Firefox OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App Launcher FOS

This library implements a splash mechanism for FOS apps. This example is for Wikipedia, the biggest multilingual free-content encyclopedia on the Internet.

Configuration

  • launcher/launcher.json:
{
  "launch_path": "http://m.wikipedia.org",

  "resources" : {
    "splash_path": "launcher/splash.png",
    "spinner_path": "launcher/spinner.gif",
    "styles_path": "launcher/launcher.css"
  }
}
  • index.html: (touch this file if you want to change the path to the launcher.json file)
<script type="text/javascript">
  var launcherConfigurationFilePath = 'launcher/launcher.json';
</script>

Screenshots

ScreenShot

About

App launcher for Firefox OS


Languages

Language:JavaScript 100.0%