Skip to content

Instantly share code, notes, and snippets.

@lunamoth
Created November 17, 2024 12:25
Show Gist options
  • Save lunamoth/e09e994362b932325ba53c69f1aa368f to your computer and use it in GitHub Desktop.
Save lunamoth/e09e994362b932325ba53c69f1aa368f to your computer and use it in GitHub Desktop.
{
"manifest_version": 3,
"name": "뒤마우스앞",
"version": "0.3",
"description": "Navigate pages using mouse gestures",
"permissions": [
"tabs",
"scripting"
],
"host_permissions": [
"http://*/*",
"https://*/*"
],
"background": {
"service_worker": "background.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment