"manifest v3 resources must be listed in the web_accessible_resources" Code Answer

3

the matches key should specify where to expose these resources.
you can use <all_urls> to expose them everywhere.

"web_accessible_resources": [{
  "resources": ["images/copy.svg"],
  "matches": ["<all_urls>"],
}],
By Renan Baggio on February 3 2022

Answers related to “manifest v3 resources must be listed in the web_accessible_resources”

Only authorized users can answer the Search term. Please sign in first, or register a free account.