w3c / manifest

Manifest for web apps
https://www.w3.org/TR/appmanifest/
Other
648 stars 154 forks source link

When generating a 'default' manifest (where there wasn't any linked), manifest_url doesn't exit #1111

Open dmurph opened 3 months ago

dmurph commented 3 months ago

I don't think there is an explicit problem here, as when generating the default manifest, nothing that uses the manifest_url is actually used (we just create the start_url, id, and scope). But many places reference this url in the algorithms, and in this case it doesn't exist.