- Status: Fixed
After upgrading to version 5.0.2, I can no longer generate a PWA application on pwabuilder.com. The manifest file is missing entries for icons:
"icons" is required and must be a non-empty array
"start_url" is required and must be a string with a length > 0
Could you fix this in the next version? I use the PWA application to distribute it on the Play Store for Android users.
My webmanifest
{
"scope": "https:\/\/domain.com\/",
"name": "xxx",
"short_name": "xxx",
"description": "xxx",
"background_color": "#000000",
"display": "standalone",
"cache_key": 1740425833
}
Where is icons? I have icons set in ACP.
Recommended Comments