Dirk Dougherty 31ae1c518f Doc change: adjustments for design updates.
Change-Id: Ic798228a75ba2ab692fd3e36034606c04651c20c
2016-01-28 17:10:09 -08:00

65 lines
2.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

page.title=Add An App Install Banner On Your Mobile Website
page.metaDescription=Add a native app install banner to your mobile website and allow visitors to install your app straight from your site.
page.image=images/cards/card-install-banners_16x9_2x.png
page.tags="banner, chrome, web"
Xnonavpage=true
@jd:body
<!--
<div id="qv-wrapper">
<div id="qv">
<h2>In this document</h2>
<ol>
<li>TOC item</li>
</ol>
</div>
</div>
-->
<div class="figure" style="width:138px">
<img src="{@docRoot}images/distribute/users/banners.png"
srcset="{@docRoot}images/distribute/users/banners.png 1x,
{@docRoot}images/distribute/users/banners_2x.png 2x"
width="138">
</div>
<p>
Add a native app install banner to your mobile website and offer visitors the
added convenience of installing your app or game straight from your site.
</p>
<p>
Learn how to <a href=
"https://developers.google.com/web/updates/2015/03/increasing-engagement-with-app-install-banners-in-chrome-for-android#native"
class="external-link">add a native app install banner</a> to your mobile
site.
</p>
<h3 id="how">How it Works</h3>
<p>
App install banners are offered as an extension of Chromes ability to
deliver Web App install banners. You can setup this feature in a web app
manifest file. In the manifest you define how your app will appear on the
users system, how it should be launched, and whether its banner has priority
over the banner for your Web App. Then, as long as your site is delivered
over HTTPS, after a user visits your site on two separate days within a two
week period theyll be shown your apps install banner.
</p>
<p style="clear:both">
</p>
<div class="dynamic-grid">
<div class="headerLine">
<h2 id="related-resources">Related Resources</h2>
</div>
<div class="resource-widget resource-flow-layout col-13"
data-query="collection:distribute/googleplay/banners/related"
data-sortOrder="-timestamp"
data-cardSizes="9x3"
data-maxResults="6"></div>
</div>