A collection of hacks to make creating native-like PWAs easier
npm install pwanow
``tsimport { pwanow, splash } from 'pwanow';
tsimport { pwanow, splash } from 'pwanow';
pwanow({ iconUrl: './favicon.png', backgroundColor: '#000000',}).use(splash);``