mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-08 08:45:14 +08:00
Merge remote-tracking branch 'origin/feat-sst' into develop
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"omnibox": {
|
||||
"keyword": "ss"
|
||||
},
|
||||
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
|
||||
"icons": {
|
||||
"16": "assets/image/logo.png",
|
||||
"48": "assets/image/logo.png",
|
||||
@@ -23,8 +24,7 @@
|
||||
"assets/html/screenshot/background.js"
|
||||
]
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"content_scripts": [{
|
||||
"matches": [
|
||||
"<all_urls>",
|
||||
"*://*/*"
|
||||
@@ -96,6 +96,7 @@
|
||||
"/assets/image/*",
|
||||
"/assets/html/screenshot/images/*"
|
||||
],
|
||||
|
||||
"permissions": [
|
||||
"background",
|
||||
"contextMenus",
|
||||
|
Reference in New Issue
Block a user