Skip to content

Commit

Permalink
[docs] link to splash screen reference (#4129)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaycebasques authored and paulirish committed Jan 10, 2018
1 parent ff3c8a5 commit b13efad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lighthouse-core/audits/splash-screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ class SplashScreen extends MultiCheckAudit {
name: 'splash-screen',
description: 'Configured for a custom splash screen',
failureDescription: 'Is not configured for a custom splash screen',
helpText: 'A default splash screen will be constructed for your app, but satisfying these requirements guarantee a high-quality [splash screen](https://developers.google.com/web/updates/2015/10/splashscreen) that transitions the user from tapping the home screen icon to your app\'s first paint',
helpText: 'A themed splash screen ensures a high-quality experience when ' +
'users launch your app from their homescreens. [Learn ' +
'more](https://developers.google.com/web/tools/lighthouse/audits/custom-splash-screen).',
requiredArtifacts: ['Manifest'],
};
}
Expand Down

0 comments on commit b13efad

Please sign in to comment.