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.
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
Godssword Edet
Good tutorial! Thank you, I'm trying it now.
Deo Kumar
Yeah, sure! And sorry for the slow reply. 🙂
Ezra Rahmaditya
thanks you 🙏🏼
Deo Kumar
You're Welcome! ☺️
Godssword Edet
Thanks once again. It's working now. Although I had to use a different sw.js file
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
Godssword Edet
Right! It's working fine with your sw.js now 😊
Deo Kumar
Glad to know. 🙂
Bholenath
Great, it works... didn't have faith that PWA was possible with a blogger site, but it works.
Deo Kumar
Thanks for having a visit.
Team Tokko
It may for source.blogspot.com? This article for source.com.
Please made for blogspot.com
Deo Kumar
Service Worker JS at url root is required for PWA.
Deo Kumar
Now it supports blogspot.com subdomains.
سعدو للتقنية
Make for us a video guide
Deo Kumar
Sorry, but we don't make video guides currently. We will try our best if possible. 😌
BigTech
Can I do ds using smartphone?
Deo Kumar
Yes, of course but follow all the steps carefully. 🙂
Duy
This comment has been removed by the author.
Share Today
Hey Thanks Ji! Great content. Jai Hind
Deo Kumar
Thank you.
PrepsNG
The "main" no longer works... showing "Not Found". What am I not doing right?
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.
Abhishek
I am unable to add route in worker section as add route option is not showing. Please help
Deo Kumar
It will appear after selecting one of your domains from Websites Menu.
Rdhoasw
Mine can't, on page www.dizhaowa.com/main/favicon.ico not accessible or 404 not found
Deo Kumar
Make sure that subdomains are proxied in DNS management.
Rdhoasw
Got it, thanks for the tutorial
Russell Nketiah Tannor
Please I want to change the favicons, but no matter what I do it goes back to the old one
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.
Deo Kumar
Just a reminder, I have updated the post.
Fanny Sansiro
this is the still working tutorial for adding pwa on blogger, easy to follow and implemented! Thanks!
World Radios and News
Does it work on blogspot blogger??
Deo Kumar
No, you can't host service worker javascripts on .blogspot domain.
FTHGO
Thank you for the explanation, but I could not run the link on the "statically.io" site, can you help me?
Deo Kumar
Looks like statically cdn is not working, I will update the post in few weeks. Stay tuned.
Deo Kumar
Hey, just a reminder! I have updated the post and now it doesn't use statically.io for static files.
HiiHELLO
This is only for plus UI theme??
Deo Kumar
No, It works on any theme.
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)
Deo Kumar
Looks like you added some extra text while editing check line no. 26 of your code.
Mohamed Gamal
I did everything. But I can't see the install notification
Deo Kumar
Please follow the steps carefully, or share more information about the issue.
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.
Deo Kumar
You need to add another screenshots in your manifest.json with "wide" as a value for "form_factor"
Ronald Fabian Macias
Hello, thank you for your response, I did notice it when reviewing your website manifest. thanks if it works
Deo Kumar
The updated tutorial natively supports specifying narrow and wide screenshots.