You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
After filling in the manifest values and uploading the icon as instructed. I downloaded the zip file and extracted the manifest.json file which I then added to the root of my work folder.
But when I inspected the manifest.json file in my code editor this was all I saw.
{
"icons": null,
"splash_pages": null
}
There were also no image icons generated, Just a manifest.json file.
Those were the only values in the manifest.json generated by the Generator. Could this be an issue with the App Manifest Generator?
The text was updated successfully, but these errors were encountered:
When going through the Progressive Web AMPs Codelab https://codelabs.developers.google.com/codelabs/amp-in-pwa/index.html?index=#4
I encountered problems generating a manifest.json file using the App Manifest Generator @ https://app-manifest.firebaseapp.com/
After filling in the manifest values and uploading the icon as instructed. I downloaded the zip file and extracted the manifest.json file which I then added to the root of my work folder.
But when I inspected the manifest.json file in my code editor this was all I saw.
{
"icons": null,
"splash_pages": null
}
There were also no image icons generated, Just a manifest.json file.
Those were the only values in the manifest.json generated by the Generator. Could this be an issue with the App Manifest Generator?
The text was updated successfully, but these errors were encountered: