├── LICENSE ├── README.md ├── images ├── icons-192.png └── icons-512.png ├── index.html ├── manifest.json └── sw.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aladin002dz/PWA/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aladin002dz/PWA/HEAD/README.md -------------------------------------------------------------------------------- /images/icons-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aladin002dz/PWA/HEAD/images/icons-192.png -------------------------------------------------------------------------------- /images/icons-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aladin002dz/PWA/HEAD/images/icons-512.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aladin002dz/PWA/HEAD/index.html -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aladin002dz/PWA/HEAD/manifest.json -------------------------------------------------------------------------------- /sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aladin002dz/PWA/HEAD/sw.js --------------------------------------------------------------------------------