Skip to content

Commit

Permalink
Merge pull request #490 from petrkle/related-applications-info
Browse files Browse the repository at this point in the history
Add criteria for related app install banner
  • Loading branch information
markafoltz authored Oct 17, 2024
2 parents be345ab + 45b4447 commit 552bfcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-install-banner/related-applications/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ <h1>Web App Install Banner: Related Apps (Android currently) Sample</h1>
<li>The site has a manifest declared</li>
<li>The manifest has a <code>short_name</code>, 144 pixel icon and a type of 'image/png'</li>
<li>The manifest has a <code>related_applications</code> section with an object that has the 'type': 'play' and a Google Play Store package ID.</li>
<li><a href="https://developers.google.com/web/fundamentals/security/csp/">Content Security Policy</a> allow load images from https://*.ggpht.com</li>
<li>Related application is not yet installed.</li>
</ul>

<p>To see if this example works, come back in another day and you will see the banner.</p>
Expand Down

0 comments on commit 552bfcb

Please sign in to comment.