Repro steps...
./ngrok http 3007 --host-header=localhost:3007
(still running) and copy/pasted the generated urls into my manifest.json
gulp serve
gulp manifest
Error while reading manifest.json: Failed to find icon "https://xxxxxxxx.ngrok.io/assets/tab-44.png" file in the package Failed to find icon "https://xxxxxxxx.ngrok.io/assets/tab-88.png" file in the package
(subdomain redacted)This is what I've confirmed/debugged...
https://xxxxxxxx.ngrok.io/assets/tab-44.png
and https://xxxxxxxx.ngrok.io/assets/tab-88.png
works fine in the browser. I see the default smiley face icon and see the request in the ngrok terminal and web interfaces.manifest.json
with the correct ngrok urls.Any ideas? Thank you!
The outline and colour are relative file paths to PNG icons. Please put both the icons (tab-44.png & tab-88.png) as part of package along with manifest.json file.