Skip to content

Commit

Permalink
update webapp-install-banner.js helpText (#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaycebasques authored and paulirish committed Jul 10, 2017
1 parent 5b41ebc commit a2e4e1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lighthouse-core/audits/webapp-install-banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ class WebappInstallBanner extends MultiCheckAudit {
name: 'webapp-install-banner',
description: 'User can be prompted to Install the Web App',
failureDescription: 'User will not be prompted to Install the Web App',
helpText: 'While users can manually add your site to their homescreen, the [prompt (aka app install banner)](https://developers.google.com/web/fundamentals/engage-and-retain/app-install-banners/) will proactively prompt the user to install the app if the various requirements are met and the user has moderate engagement with your site.',
helpText: 'Browsers can proactively prompt users to add your app to their homescreen, ' +
'which can lead to higher engagement. ' +
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/install-prompt).',
requiredArtifacts: ['URL', 'ServiceWorker', 'Manifest', 'StartUrl']
};
}
Expand Down

0 comments on commit a2e4e1e

Please sign in to comment.