Search code examples
google-chromeprogressive-web-appsmanifest.json

Is it possible to make Progressive Web Apps from third party sites?


Chrome has a feature that if you have a PWA you can actually bookmark it in your Windows Taskbar and are not cluttering your browser anymore with websites that you actually use like apps - like i.e. Whatsapp.

To create a PWA you only need a simple manifest file with a few JSON lines - really no effort. But a lot of sites haven't done this.

Is it possible to somehow "load" my own manifest.json for i.e. web.whatsapp.com so I can have the benefits of a PWA for sites that haven't implemented it?

PWA button


Solution

  • You can install any site in chrome using Add a shortcut to a website as an app.

    1. Open Chrome.
    2. Navigate to the website you want to add as an app.
    3. At the top right, click More.
    4. Click More Tools.
    5. Click Create shortcut.
    6. Enter a name for the shortcut and click Create.