Top Banner
6

Firefox OS Apps

Mar 20, 2017

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Firefox OS Apps
Page 2: Firefox OS Apps

App Development for Firefox OS

HTML 5 CSS 3 JavaScript

Page 3: Firefox OS Apps

Structure of an App

App- app.css- app.js- manifest.webapp- images

- icons and other images- index.html

Page 4: Firefox OS Apps

The all important manifest!Web App manifest contains information that a Web browser needs to interact with an app. It is a JSON file with a name and description

for the app, and it can also contain the origin of the app, icons, and the permissions

required by the app, among other things.

Page 5: Firefox OS Apps

Installing an App for testing

Via the Simulator dashboard

Via browser

Page 6: Firefox OS Apps

Code ON!