Created
November 17, 2024 12:25
-
-
Save lunamoth/e09e994362b932325ba53c69f1aa368f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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