File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 7
7
"default_popup" : " index.html" ,
8
8
"default_title" : " 力扣加加"
9
9
},
10
+ "homepage_url" : " https://leetcode-solution.cn/download" ,
10
11
"icons" : {
11
12
"128" : " logo.png"
12
13
},
13
14
"content_scripts" : [
14
15
{
15
- "matches" : [" *://leetcode-cn.com/*" , " *://leetcode.com/*" ],
16
- "js" : [" /static/js/inject.js" ]
16
+ "matches" : [
17
+ " *://leetcode-cn.com/*" ,
18
+ " *://leetcode.com/*"
19
+ ],
20
+ "js" : [
21
+ " /static/js/inject.js"
22
+ ]
17
23
}
18
24
],
19
- "web_accessible_resources" : [" /static/js/content.js" ],
20
- "permissions" : [" tabs" ],
25
+ "web_accessible_resources" : [
26
+ " /static/js/content.js"
27
+ ],
28
+ "permissions" : [
29
+ " tabs"
30
+ ],
21
31
"content_security_policy" : " script-src 'self' 'sha256-9HcBuUP35aPkU0991A4mASdsuifTkUlifJ7elThz6Ow=' 'sha256-0Jo/EYaXS11i7poc/P9fGcq/o6P0djny2JW6WivTVVw='; object-src 'self'"
22
- }
32
+ }
You can’t perform that action at this time.
0 commit comments