Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 349 Bytes

host_permissions.md

File metadata and controls

19 lines (15 loc) · 349 Bytes

Specify host permissions

{
  "name": "My",
  "manifest_version": 3,
  // ...
  "host_permissions": [
    "*://*/"
  ],
  // ...
}
  • "host_permissions" - list hosts (domains) that extension will have access to
  • \*://\*/ - our extensions will be allowed to access all websites

link_youtube: https://youtu.be/xNkNjQQiUFs