${line}
`)} - ${manifest_fields[this.field].image ? - - html` -${line}
`)} + ${manifest_fields[this.field].image ? + + html` +${line}
`)} + ${manifest_fields[this.field].image ? + + html` +${line}
`)} + + +${line}
`)} + + +${red}
${yellow}
${this.appCard.siteName}
+${this.appCard.siteUrl}
${this.truncateString(this.appCard.description)}
You do not have a secure HTTPS server
+PWABuilder has done a basic analysis of your HTTPS setup and has identified required actions before you can package. Check out the documentation linked below to learn more.
+ +Action Items
- ${this.todoItems.length > 0 ? this.renderIndicators() : html``} + Filter through notifications
as and when you need!
Manifest
+We did not find a manifest on your site before our tests timed out so we have created a manifest for you!
Click here to customize it!
Manifest Documentation
- - - `} - -We did not find a manifest on your site before our tests timed out so we have created a manifest for you!
Click here to customize it!
Manifest Documentation
+ + + `} + +${result.displayString}
Recommended
@@ -2817,7 +3194,7 @@ export class AppReport extends LitElement {${result.displayString}
Optional
@@ -2845,7 +3222,7 @@ export class AppReport extends LitElement {${result.displayString}
- ` : html``)} + ` : null)} `} @@ -2870,7 +3247,7 @@ export class AppReport extends LitElement {Service Worker
+${this.formatSWStrings(result.member)}
+View Details
Required
-${result.infoString}
-Highly Recommended
- ${this.serviceWorkerResults.map((result: TestResult) => result.category === "highly recommended" ? - html` -${result.infoString}
-Optional
- ${this.serviceWorkerResults.map((result: TestResult) => result.category === "optional" ? - html` -${result.infoString}
-Security
- ${this.secDataLoading ? +- ${this.decideMessage(this.secValidCounter, this.secTotalScore, "sec")} + PWABuilder has analysesd your PWA and has identified some app capabilities that could enhance your PWA
` }Security Documentation
- - +${result.member}
+View Details
Required
- ${this.securityResults.map((result: TestResult) => result.category === "required" ? - html` -${result.infoString}
-