This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
FAQ
Justin Willis edited this page Jan 11, 2022
·
5 revisions
- I have a Web Manifest but the extension says I don't:
The extension may not be able to find your manifest if it is not using the standard naming scheme for Web Manifest files (web-manifest.json, manifest.json). To fix this, tap the "I have a Web Manifest" button in the Web Manifest section to tell the extension where your Web Manifest is located.
- I have a Service Worker but the extension says I don't:
As with the above issue, to fix this tap the "I have a Service Worker" button in the Service Worker section to tell the extension where your Service Worker is located.
- I have generated my Web Manifest / Service Worker, but devtools says my PWA does not have this asset:
You most likely have not saved your index.html file. The extension will insert the needed html into your index.html, but you will need to hit save to save the changes.