Skip to content

Instantly share code, notes, and snippets.

@Moizsohail
Created March 3, 2022 04:53
Show Gist options
  • Save Moizsohail/debc9a63328858c04e75f8a498150f0d to your computer and use it in GitHub Desktop.
Save Moizsohail/debc9a63328858c04e75f8a498150f0d to your computer and use it in GitHub Desktop.
{
"manifest_version": 3,
"name": "Mooo Extension",
"version": "0.0.1",
"action": {
"default_popup": "index.html"
},
"permissions": ["storage", "activeTab", "scripting", "tabs"],
"host_permissions": ["<all_urls>"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment