├── .editorconfig
├── index.html
├── index.js
├── launcher-icon.png
├── manifest.json
├── service-worker.js
└── sw-lifecycle.png
/.editorconfig:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/felquis/service-worker-try-out/HEAD/.editorconfig
--------------------------------------------------------------------------------
/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/felquis/service-worker-try-out/HEAD/index.html
--------------------------------------------------------------------------------
/index.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/felquis/service-worker-try-out/HEAD/index.js
--------------------------------------------------------------------------------
/launcher-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/felquis/service-worker-try-out/HEAD/launcher-icon.png
--------------------------------------------------------------------------------
/manifest.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/felquis/service-worker-try-out/HEAD/manifest.json
--------------------------------------------------------------------------------
/service-worker.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/felquis/service-worker-try-out/HEAD/service-worker.js
--------------------------------------------------------------------------------
/sw-lifecycle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/felquis/service-worker-try-out/HEAD/sw-lifecycle.png
--------------------------------------------------------------------------------