Skip to content

Commit 5df4899

Browse files
committed
🐛 重复的 webNavigation
1 parent ce964cb commit 5df4899

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scriptcat",
3-
"version": "1.3.0-beta",
3+
"version": "1.3.0-beta.1",
44
"description": "脚本猫,一个可以执行用户脚本的浏览器扩展,万物皆可脚本化,让你的浏览器可以做更多的事情!",
55
"author": "CodFrm",
66
"license": "GPLv3",

src/manifest.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "__MSG_scriptcat__",
4-
"version": "1.3.0.1100",
4+
"version": "1.3.0.1200",
55
"author": "CodFrm",
66
"description": "__MSG_scriptcat_description__",
77
"options_ui": {
@@ -41,8 +41,7 @@
4141
"notifications",
4242
"clipboardWrite",
4343
"unlimitedStorage",
44-
"declarativeNetRequest",
45-
"webNavigation"
44+
"declarativeNetRequest"
4645
],
4746
"optional_permissions": [
4847
"background",
@@ -58,8 +57,12 @@
5857
},
5958
"web_accessible_resources": [
6059
{
61-
"resources": ["/src/install.html"],
62-
"matches": ["<all_urls>"]
60+
"resources": [
61+
"/src/install.html"
62+
],
63+
"matches": [
64+
"<all_urls>"
65+
]
6366
}
6467
]
6568
}

0 commit comments

Comments
 (0)