提交 624ba488 编写于 作者: B baiy 提交者: ninecents

chrome 由于 unsafe-eval 使用 manifest v2

添加 content_security_policy
上级 f6d0012c
......@@ -5,14 +5,15 @@
"author": "wo@baiy.org",
"offline_enabled": true,
"homepage_url": "https://github.com/baiy/Ctool",
"manifest_version": 3,
"action": {
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"browser_action": {
"default_icon": "img/icon_chrome.png",
"default_title": "常用开发工具",
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js"
"scripts": ["background.js"]
},
"icons": {
"16": "img/icon_chrome.png",
......@@ -21,14 +22,11 @@
},
"permissions": [
"clipboardWrite",
"clipboardRead"
],
"host_permissions": [
"clipboardRead",
"*://get.geojs.io/*",
"*://*.baiy.org/*"
],
"commands": {
"_execute_action": {},
"panel": {
"description": "打开独立工具窗口",
"global": true
......
......@@ -5,14 +5,15 @@
"author": "wo@baiy.org",
"offline_enabled": true,
"homepage_url": "https://github.com/baiy/Ctool",
"manifest_version": 3,
"action": {
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"browser_action": {
"default_icon": "img/icon_chrome.png",
"default_title": "常用开发工具",
"default_popup": "index.html"
},
"background": {
"service_worker": "background.js"
"scripts": ["background.js"]
},
"icons": {
"16": "img/icon_chrome.png",
......@@ -21,14 +22,11 @@
},
"permissions": [
"clipboardWrite",
"clipboardRead"
],
"host_permissions": [
"clipboardRead",
"*://get.geojs.io/*",
"*://*.baiy.org/*"
],
"commands": {
"_execute_action": {},
"panel": {
"description": "打开独立工具窗口",
"global": true
......
......@@ -4,6 +4,7 @@
"version": "##version##",
"author": "wo@baiy.org",
"homepage_url": "https://github.com/baiy/Ctool",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"manifest_version": 2,
"browser_action": {
"default_icon": "img/icon_chrome.png",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册