├── README.md ├── about.html ├── blog.html ├── icon-128x128.png ├── icon-144x144.png ├── icon-152x152.png ├── icon-192x192.png ├── icon-256x256.png ├── index.html ├── manifest.json ├── service-worker.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damzaky/Simple-Progressive-Web-App-Template/HEAD/README.md -------------------------------------------------------------------------------- /about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damzaky/Simple-Progressive-Web-App-Template/HEAD/about.html -------------------------------------------------------------------------------- /blog.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damzaky/Simple-Progressive-Web-App-Template/HEAD/blog.html -------------------------------------------------------------------------------- /icon-128x128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damzaky/Simple-Progressive-Web-App-Template/HEAD/icon-128x128.png -------------------------------------------------------------------------------- /icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damzaky/Simple-Progressive-Web-App-Template/HEAD/icon-144x144.png -------------------------------------------------------------------------------- /icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damzaky/Simple-Progressive-Web-App-Template/HEAD/icon-152x152.png -------------------------------------------------------------------------------- /icon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damzaky/Simple-Progressive-Web-App-Template/HEAD/icon-192x192.png -------------------------------------------------------------------------------- /icon-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damzaky/Simple-Progressive-Web-App-Template/HEAD/icon-256x256.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damzaky/Simple-Progressive-Web-App-Template/HEAD/index.html -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damzaky/Simple-Progressive-Web-App-Template/HEAD/manifest.json -------------------------------------------------------------------------------- /service-worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damzaky/Simple-Progressive-Web-App-Template/HEAD/service-worker.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/damzaky/Simple-Progressive-Web-App-Template/HEAD/style.css --------------------------------------------------------------------------------