vuejs-templates / pwa

PWA template for vue-cli based on the webpack template
MIT License
3.04k stars 508 forks source link

How to disable "Add to Homescreen". #200

Open rimonmath opened 6 years ago

rimonmath commented 6 years ago

I want to cache for web only. I don't want the "Add to Homescreen" feature for mobile. How to configure this ?

artrayd commented 3 years ago

Try adding to your manifest.json: display: 'browser', I