File tree 1 file changed +18
-12
lines changed
1 file changed +18
-12
lines changed Original file line number Diff line number Diff line change 4
4
"version" : " 0.3.1" ,
5
5
"manifest_version" : 2 ,
6
6
"icons" : {
7
- "16" :" images/icon-16.png" ,
8
- "48" :" images/icon-48.png" ,
9
- "128" :" images/icon-128.png"
7
+ "16" : " images/icon-16.png" ,
8
+ "48" : " images/icon-48.png" ,
9
+ "128" : " images/icon-128.png"
10
10
},
11
11
"background" : {
12
- "scripts" : [" js/background.js" ]
12
+ "scripts" : [
13
+ " js/background.js"
14
+ ]
13
15
},
14
16
"content_scripts" : [
15
17
{
16
- "matches" : [" http://*/*" , " https://*/*" ],
17
- "js" : [" js/content.js" ],
18
+ "matches" : [
19
+ " http://*/*" ,
20
+ " https://*/*"
21
+ ],
22
+ "js" : [
23
+ " js/content.js"
24
+ ],
18
25
"run_at" : " document_start"
19
26
}
20
27
],
21
- "web_accessible_resources" : [" lib/nise.min.js" ],
28
+ "web_accessible_resources" : [
29
+ " lib/nise.min.js"
30
+ ],
22
31
"browser_action" : {
23
- "default_title" :" Interceptor" ,
32
+ "default_title" : " Interceptor" ,
24
33
"default_popup" : " index.html" ,
25
34
"default_icon" : " images/icon.png"
26
35
},
27
36
"permissions" : [
28
37
" webRequest" ,
29
38
" tabs" ,
30
- " webRequestBlocking" ,
31
39
" http://*/*" ,
32
- " https://*/*" ,
33
- " storage" ,
34
- " webNavigation"
40
+ " https://*/*"
35
41
]
36
42
}
You can’t perform that action at this time.
0 commit comments