Manifest - Web Accessible Resources - Chrome Developers

PHOTO EMBED

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

Saved by @frikke #json

{
  ...
  "web_accessible_resources": [
    {
      "resources": [ "test1.png", "test2.png" ],
      "matches": [ "https://web-accessible-resources-1.glitch.me/*" ]
    }, {
      "resources": [ "test3.png", "test4.png" ],
      "matches": [ "https://web-accessible-resources-2.glitch.me/*" ],
      "use_dynamic_url": true
    }
  ],
  ...
}
content_copyCOPY

https://developer.chrome.com/docs/extensions/mv3/manifest/web_accessible_resources/