Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.
Zach Teutsch edited this page Feb 1, 2022 · 5 revisions

I have a web manifest, but the extension says it can't be found?

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 it can't be found?

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.

Why are my generated Icons in base64?

This is currently a limitation in how we generate Icons. I am currently exploring a better solution that ALSO works cross-platform. This is a more complicated issue than it seems at first.

Clone this wiki locally