Stay secure - Chrome Developers

PHOTO EMBED

Fri Apr 01 2022 08:06:02 GMT+0000 (Coordinated Universal Time)

Saved by @DieselDilley #json

{
  "name": "Very Secure Extension",
  "version": "1.0",
  "description": "Example of a Secure Extension",
  "permissions": [
    "https://developer.chrome.com/*",
    "https://*.google.com/*"
  ],
  "manifest_version": 2
}
content_copyCOPY

https://developer.chrome.com/docs/extensions/mv3/security/