1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-10-08 08:45:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

Merge remote-tracking branch 'origin/feat-sst' into develop

This commit is contained in:
2022-02-12 00:47:54 +08:00
49 changed files with 211 additions and 544 deletions

View File

@@ -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",