1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-10-07 16:35:15 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
kaz
2022-02-09 23:40:48 +08:00
parent f5de83be34
commit 5d1d2f3348
49 changed files with 211 additions and 544 deletions

View File

@@ -6,6 +6,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",
@@ -21,8 +22,7 @@
"assets/html/screenshot/background.js"
]
},
"content_scripts": [
{
"content_scripts": [{
"matches": [
"<all_urls>",
"*://*/*"
@@ -103,6 +103,7 @@
"/assets/image/*",
"/assets/html/screenshot/images/*"
],
"permissions": [
"background",
"contextMenus",