Migrating to Manifest V3 - Chrome Developers

PHOTO EMBED

Mon Oct 03 2022 18:56:22 GMT+0000 (Coordinated Universal Time)

Saved by @frikke #json

// Manifest V3
{
  ...
  "web_accessible_resources": [{
    "resources": [RESOURCE_PATHS],
    "matches": [MATCH_PATTERNS],
    "extension_ids": [EXTENSION_IDS],
    "use_dynamic_url": boolean //optional
  }]
  ...
}
content_copyCOPY

https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/#web-accessible-resources