I was Usign a Cross-Domain Manifest.Json Here My Json File (located at http://123myblog14.co.nf/manifest.json
):
{
"short_name": "Universal Manual",
"name": "Universal Manual",
"theme_color": "#4A90E2",
"background_color": "#F7F8F9",
"display": "standalone",
"icons": [
{
"src": "https://1.bp.blogspot.com/-jNpzwSZoHI4/Wn8trSeVxOI/AAAAAAAAAao/SJEDZypr0aw22ekaf54gP_uBc0UMIkevACLcBGAs/s320/48x48.png",
"type": "image/png",
"sizes": "48x48"
},
{
"src": "https://1.bp.blogspot.com/-EvJoMC9Ofio/Wn8trZJCPeI/AAAAAAAAAak/aVIfXSwRJp0ccKYpXg52ZKs6tNB2SpNDwCLcBGAs/s320/96x96.png",
"type": "image/png",
"sizes": "96x96"
},
{
"src": "https://3.bp.blogspot.com/-Al0F7R0hpjo/Wn8trVIOoEI/AAAAAAAAAag/5ESG8a3skgMGEhS5zVZ-5FKPHA3bWTBxQCLcBGAs/s320/144x144.png",
"type": "image/png",
"sizes": "144x144"
},
{
"src": "https://1.bp.blogspot.com/-myt190wt15M/WnnH7The49I/AAAAAAAAAZY/86YIMqtB7U8cZ7wHIhFx-pgSHZVg0V5YQCPcBGAYYCw/s320/192x192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"start_url": "/?utm_source=launcher"
}
But Crome Shows Below Error in warning.
property "start_url" ignored,should be same origin as document
I'm usign it on My website with Https but the website where it is hosted isn't https. Is this is Reason?