<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Dynamic PWA Manifest	</title>
	<atom:link href="https://technowhisp.com/dynamic-pwa-manifest/feed/" rel="self" type="application/rss+xml" />
	<link>https://technowhisp.com/dynamic-pwa-manifest/</link>
	<description>Whispering Technology</description>
	<lastBuildDate>Fri, 19 May 2023 23:24:06 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2.9</generator>
	<item>
		<title>
		By: Jose Cherian		</title>
		<link>https://technowhisp.com/dynamic-pwa-manifest/#comment-44958</link>

		<dc:creator><![CDATA[Jose Cherian]]></dc:creator>
		<pubDate>Fri, 19 May 2023 23:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://technowhisp.com/?p=505#comment-44958</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://technowhisp.com/dynamic-pwa-manifest/#comment-44913&quot;&gt;Jim&lt;/a&gt;.

Hi Jim,
How does the generated manifest file look like? Anything abnormal with that?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://technowhisp.com/dynamic-pwa-manifest/#comment-44913">Jim</a>.</p>
<p>Hi Jim,<br />
How does the generated manifest file look like? Anything abnormal with that?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jim		</title>
		<link>https://technowhisp.com/dynamic-pwa-manifest/#comment-44914</link>

		<dc:creator><![CDATA[Jim]]></dc:creator>
		<pubDate>Wed, 17 May 2023 10:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://technowhisp.com/?p=505#comment-44914</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://technowhisp.com/dynamic-pwa-manifest/#comment-44913&quot;&gt;Jim&lt;/a&gt;.

I would gladly pay you for your help with this.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://technowhisp.com/dynamic-pwa-manifest/#comment-44913">Jim</a>.</p>
<p>I would gladly pay you for your help with this.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jim		</title>
		<link>https://technowhisp.com/dynamic-pwa-manifest/#comment-44913</link>

		<dc:creator><![CDATA[Jim]]></dc:creator>
		<pubDate>Wed, 17 May 2023 10:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://technowhisp.com/?p=505#comment-44913</guid>

					<description><![CDATA[We have implemented this NodeJS code in Angular 12.1.3.  Your demo works on it&#039;s own.  On our code it runs line by line but it will not execute the install popup on our program.  It does not give any errors either.  Any insight would be very helpful.  Thank you.]]></description>
			<content:encoded><![CDATA[<p>We have implemented this NodeJS code in Angular 12.1.3.  Your demo works on it&#8217;s own.  On our code it runs line by line but it will not execute the install popup on our program.  It does not give any errors either.  Any insight would be very helpful.  Thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hanuma Chandu		</title>
		<link>https://technowhisp.com/dynamic-pwa-manifest/#comment-11331</link>

		<dc:creator><![CDATA[Hanuma Chandu]]></dc:creator>
		<pubDate>Wed, 03 Jun 2020 05:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://technowhisp.com/?p=505#comment-11331</guid>

					<description><![CDATA[How should i achieve same by using angular6 with .Net core application ?]]></description>
			<content:encoded><![CDATA[<p>How should i achieve same by using angular6 with .Net core application ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jose Cherian		</title>
		<link>https://technowhisp.com/dynamic-pwa-manifest/#comment-5369</link>

		<dc:creator><![CDATA[Jose Cherian]]></dc:creator>
		<pubDate>Thu, 14 Mar 2019 20:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://technowhisp.com/?p=505#comment-5369</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://technowhisp.com/dynamic-pwa-manifest/#comment-5320&quot;&gt;Gaurav Singhal&lt;/a&gt;.

While the code shown does not cover this, you only need minor adjustments. Rather than storing the entire manifest.json, you can store the attributes in  database and render it via your manifest.json route. In the sample code, we are only replacing the value of  orgName, but you can modify the template to replace whatever attributes retrieved from database.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://technowhisp.com/dynamic-pwa-manifest/#comment-5320">Gaurav Singhal</a>.</p>
<p>While the code shown does not cover this, you only need minor adjustments. Rather than storing the entire manifest.json, you can store the attributes in  database and render it via your manifest.json route. In the sample code, we are only replacing the value of  orgName, but you can modify the template to replace whatever attributes retrieved from database.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gaurav Singhal		</title>
		<link>https://technowhisp.com/dynamic-pwa-manifest/#comment-5320</link>

		<dc:creator><![CDATA[Gaurav Singhal]]></dc:creator>
		<pubDate>Thu, 07 Mar 2019 13:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://technowhisp.com/?p=505#comment-5320</guid>

					<description><![CDATA[Can you please add information on how to serve the dynamic manifest.json from the database]]></description>
			<content:encoded><![CDATA[<p>Can you please add information on how to serve the dynamic manifest.json from the database</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gaurav Singhal		</title>
		<link>https://technowhisp.com/dynamic-pwa-manifest/#comment-5319</link>

		<dc:creator><![CDATA[Gaurav Singhal]]></dc:creator>
		<pubDate>Thu, 07 Mar 2019 13:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://technowhisp.com/?p=505#comment-5319</guid>

					<description><![CDATA[Can you please add information on how to server the dynamic manifest.json from the database]]></description>
			<content:encoded><![CDATA[<p>Can you please add information on how to server the dynamic manifest.json from the database</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: MIke		</title>
		<link>https://technowhisp.com/dynamic-pwa-manifest/#comment-2520</link>

		<dc:creator><![CDATA[MIke]]></dc:creator>
		<pubDate>Wed, 21 Nov 2018 14:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://technowhisp.com/?p=505#comment-2520</guid>

					<description><![CDATA[Thanks for useful information.

I want to make it served on AWS S3 or Now without Dynamic server module (like Express)
How can I catch /manifest.json url and generate the file without Express route ?]]></description>
			<content:encoded><![CDATA[<p>Thanks for useful information.</p>
<p>I want to make it served on AWS S3 or Now without Dynamic server module (like Express)<br />
How can I catch /manifest.json url and generate the file without Express route ?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 

Served from: technowhisp.com @ 2026-06-17 07:22:55 by W3 Total Cache
-->