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
3 is expected behavior because the schema does not allow manifest keys that are particularly unusual or marked as deprecated. 1 and 2 seem to be issues with needsStableName not changing asset's cache key. I'll try to investigate this soon.
@101arrowz thanks, the key prop is not deprecated and used in development(to preserve extension id), also there are other props that are not in manifest scheme yet, for example optional_host_permissions, so it would be great to allow passing additional properties(at least for commonProps)
🐛 bug report
Using parcel to build webextension with manifest v3 causing few issues:
key
for example)🎛 Configuration (.babelrc, package.json, cli command)
default configuration
no babel config
🤔 Expected Behavior
💁 Possible Solution
🔦 Context
💻 WebExtension Manifest Sample
results in
reusing compiled resource without preserving it's initial name is wrong for web_accessible_resources
🌍 Your Environment
The text was updated successfully, but these errors were encountered: