We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29dc45a commit d88fd09Copy full SHA for d88fd09
src/index.js
@@ -106,9 +106,7 @@ const formatResults = ({ results, thresholds }) => {
106
107
// Pull some additional details to pass to App
108
const { formFactor, locale } = results.lhr.configSettings;
109
- const installable =
110
- results.lhr.audits['installable-manifest'].score === 1 &&
111
- results.lhr.audits['service-worker'].score === 1;
+ const installable = results.lhr.audits['installable-manifest'].score === 1;
112
const details = { installable, formFactor, locale };
113
114
const report = minify(formattedReport, {
0 commit comments