I'm adding android app banner (https://www.chromestatus.com/features/4540065577435136) on my website. I have added the manifest and the icons but it is still not appearing. Note that I am enabling the chrome flag for bypassing user engagement.
The requirements of the app banner is that the site should be in HTTPS. My site is in HTTPS but I'm using a SHA-1 certificate for this. Is there any chance that this is the problem or is there a problem with my manifest?
{
"name": "Website",
"icons": [
{
"src": "icon144x144",
"sizes": "144x144",
"type": "image/png"
}
],
"prefer_related_applications": true,
"related_applications": [
{
"platform": "play",
"id": "android.id"
}
],
"start_url": "index.html",
"display": "standalone"
}