How to build a PWA (Progressive Web App) with Push Notifications for Blogger

Build a Progressive Web App for your Blogger Website to enhance your visitors' experience in an easy way.
How to build a PWA (Progressive Web App) with Push Notifications for Blogger
Build a Progressive Web App for your Blogger Website to enhance your visitors' experience in an easy way. Hello! Welcome to Fineshop Design. Since this post is outdated, the documentation is now available at github.com/kumardeo/blogger-pwa .

About the author

~ Hello World!

48 comments

  1. Godssword Edet
    Good tutorial! Thank you, I'm trying it now.
    1. Deo Kumar
      Yeah, sure! And sorry for the slow reply. 🙂
  2. Ezra Rahmaditya
    thanks you 🙏🏼
    1. Deo Kumar
      You're Welcome! ☺️
  3. Godssword Edet
    Thanks once again. It's working now. Although I had to use a different sw.js file
    1. Deo Kumar
      I think Favicon at /main/favicon.ico is inaccessible that's why errors are occurring while running sw.js.
      Make sure you are able to open the following URL:
      www.your-domain.com/main/favicon.ico
      Or else change the favicon.ico source in sw.js
    2. Godssword Edet
      Right! It's working fine with your sw.js now 😊
    3. Deo Kumar
      Glad to know. 🙂
  4. Bholenath
    Great, it works... didn't have faith that PWA was possible with a blogger site, but it works.
    1. Deo Kumar
      Thanks for having a visit.
  5. Team Tokko
    It may for source.blogspot.com? This article for source.com.

    Please made for blogspot.com
    1. Deo Kumar
      Service Worker JS at url root is required for PWA.
    2. Deo Kumar
      Now it supports blogspot.com subdomains.
  6. سعدو للتقنية
    Make for us a video guide
    1. Deo Kumar
      Sorry, but we don't make video guides currently. We will try our best if possible. 😌
  7. BigTech
    Can I do ds using smartphone?
    1. Deo Kumar
      Yes, of course but follow all the steps carefully. 🙂
  8. Duy
    This comment has been removed by the author.
  9. Share Today
    Hey Thanks Ji! Great content. Jai Hind
    1. Deo Kumar
      Thank you.
  10. PrepsNG
    The "main" no longer works... showing "Not Found". What am I not doing right?
    1. Deo Kumar
      Which file you are trying to open? If you are trying to open android-icon-512x512.png, make sure you have uploaded it.
  11. Abhishek
    I am unable to add route in worker section as add route option is not showing. Please help
    1. Deo Kumar
      It will appear after selecting one of your domains from Websites Menu.
  12. Rdhoasw
    Mine can't, on page www.dizhaowa.com/main/favicon.ico not accessible or 404 not found
    1. Deo Kumar
      Make sure that subdomains are proxied in DNS management.
    2. Rdhoasw
      Got it, thanks for the tutorial
  13. Russell Nketiah Tannor
    Please I want to change the favicons, but no matter what I do it goes back to the old one
    1. Deo Kumar
      Thank you for reporting us.
      It is because Statically cache the assets on their server.
      I will update the post if possible.
      Stay tuned.
    2. Deo Kumar
      Just a reminder, I have updated the post.
  14. Fanny Sansiro
    this is the still working tutorial for adding pwa on blogger, easy to follow and implemented! Thanks!
    1. World Radios and News
      Does it work on blogspot blogger??
    2. Deo Kumar
      No, you can't host service worker javascripts on .blogspot domain.
  15. FTHGO
    Thank you for the explanation, but I could not run the link on the "statically.io" site, can you help me?
    1. Deo Kumar
      Looks like statically cdn is not working, I will update the post in few weeks.
      Stay tuned.
    2. Deo Kumar
      Hey, just a reminder!
      I have updated the post and now it doesn't use statically.io for static files.
  16. HiiHELLO
    This is only for plus UI theme??
    1. Deo Kumar
      No, It works on any theme.
  17. Dev
    i have already replace code "Hello Word!" to worker.js script... trying deploy get error like this:

    Uncaught ReferenceError: mmmm is not defined at worker.js:26:3 (Code: 10021)
    1. Deo Kumar
      Looks like you added some extra text while editing check line no. 26 of your code.
  18. Mohamed Gamal
    I did everything. But I can't see the install notification
    1. Deo Kumar
      Please follow the steps carefully, or share more information about the issue.
  19. Ronald Fabian Macias
    Everything works for me, the only problem is that I don't know why the screenshots (screen-1) are only displayed on mobile devices, and not from the PC desktop, like here.
    1. Deo Kumar
      You need to add another screenshots in your manifest.json with "wide" as a value for "form_factor"
    2. Ronald Fabian Macias
      Hello, thank you for your response, I did notice it when reviewing your website manifest. thanks if it works
    3. Deo Kumar
      The updated tutorial natively supports specifying narrow and wide screenshots.