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
- Host: GitHub
- URL: https://github.com/schnark/ffos-simulator
- Owner: Schnark
- License: other
- Created: 2019-07-25T07:18:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T18:18:48.000Z (6 months ago)
- Last Synced: 2025-01-19T22:18:57.663Z (4 months ago)
- Topics: ffos, firefox-os, firefox-os-app, service-worker
- Language: JavaScript
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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/.