Sign in
田强
/
QxDeveloperTool
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
6fbe2df4a9c41da2d655398060a6e0cfddc02a9d
Authored by
田强
2023-07-03 10:51:21 +0800
1 parent
3eec8ac5
fix: permissions url
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/manifest.json
src/manifest.json
View file @
6fbe2df
...
...
@@ -19,8 +19,7 @@
19
19
"unlimitedStorage"
,
20
20
"webNavigation"
,
21
21
"webRequest"
,
22
-
"webRequestBlocking"
,
23
-
"<all_matches>"
22
+
"webRequestBlocking"
24
23
],
25
24
//
"devtools_page"
:
"index.html"
,
26
25
"background"
:
{
...
...