Skip to content

Instantly share code, notes, and snippets.

@just-jeb
Created June 30, 2022 07:54
Show Gist options
  • Save just-jeb/85824af4072d949906519e15c3cb9a0d to your computer and use it in GitHub Desktop.
Save just-jeb/85824af4072d949906519e15c3cb9a0d to your computer and use it in GitHub Desktop.
{
"name": "Great Extension",
"version": "1.0",
"description": "Build an Extension with Angular",
"manifest_version": 3,
"permissions": [
"activeTab",
"webNavigation"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "index.html"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment