An open API service indexing awesome lists of open source software.

https://github.com/schnark/ffos-simulator

Run Firefox OS apps directly in browser through ServiceWorker
https://github.com/schnark/ffos-simulator

ffos firefox-os firefox-os-app service-worker

Last synced: 2 months ago
JSON representation

Run Firefox OS apps directly in browser through ServiceWorker

Awesome Lists containing this project

README

        

This is an experiment to allow running Firefox OS apps in modern browsers. This is done by a ServiceWorker that extracts the files on the fly from the app, which is a ZIP archive, and modifies them when neccessary. Installation is done by caching the ZIP.

You can run it on https://schnark.github.io/ffos-simulator/index.html.

Note that this repository is managed as described in https://xkcd.com/1597/.