Getting started - Chrome Developers

PHOTO EMBED

Sun Jul 31 2022 12:42:08 GMT+0000 (Coordinated Universal Time)

Saved by @francodevelop #json

{
  "name": "Getting Started Example",
  "description": "Build an Extension!",
  "version": "1.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": ["storage"]
}
content_copyCOPY

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