chore: update extension with web request listener

This commit is contained in:
Steven
2023-11-09 19:10:10 +08:00
parent 53df3a9c1c
commit f0afa13b8d
2 changed files with 35 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "slash-extension",
"displayName": "Slash",
"version": "1.0.0",
"version": "1.0.1",
"description": "An open source, self-hosted bookmarks and link sharing platform. Save and share your links very easily.",
"scripts": {
"dev": "plasmo dev",
@@ -50,11 +50,15 @@
},
"manifest": {
"omnibox": {
"keyword": "s"
"keyword": "s/"
},
"permissions": [
"tabs",
"storage"
"activeTab",
"storage",
"webRequest"
],
"host_permissions": [
"*://*/*"
]
}
}