├── LICENSE.md ├── README.md └── dist ├── client.js └── sw ├── github.js └── serviceworker-stub.js /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbornio/signed-web-apps/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbornio/signed-web-apps/HEAD/README.md -------------------------------------------------------------------------------- /dist/client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbornio/signed-web-apps/HEAD/dist/client.js -------------------------------------------------------------------------------- /dist/sw/github.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbornio/signed-web-apps/HEAD/dist/sw/github.js -------------------------------------------------------------------------------- /dist/sw/serviceworker-stub.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/airbornio/signed-web-apps/HEAD/dist/sw/serviceworker-stub.js --------------------------------------------------------------------------------