File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 29
29
"browser_style" : false
30
30
},
31
31
"background" : {
32
- "scripts" : [
33
- " js/background.bundle.js"
34
- ]
32
+ "scripts" : [" js/background.bundle.js" ]
35
33
},
36
34
"permissions" : [
37
35
" activeTab" ,
38
36
" storage" ,
39
37
" clipboardWrite" ,
40
- " clipboardRead" ,
41
38
" http://*/*" ,
42
39
" https://*/*"
43
40
],
47
44
"open_in_tab" : true ,
48
45
"browser_style" : false
49
46
}
50
- }
47
+ }
Original file line number Diff line number Diff line change 34
34
},
35
35
"background" : {
36
36
"__chrome|opera__persistent" : false ,
37
- "scripts" : [
38
- " js/background.bundle.js"
39
- ]
37
+ "scripts" : [" js/background.bundle.js" ]
40
38
},
41
39
"__chrome__minimum_chrome_version" : " 49" ,
42
40
"__opera__minimum_opera_version" : " 36" ,
43
41
"__chrome|opera__permissions" : [
44
42
" activeTab" ,
45
43
" storage" ,
46
- " clipboardRead" ,
47
44
" http://*/*" ,
48
45
" https://*/*"
49
46
],
50
47
"__firefox__permissions" : [
51
48
" activeTab" ,
52
49
" storage" ,
53
50
" clipboardWrite" ,
54
- " clipboardRead" ,
55
51
" http://*/*" ,
56
52
" https://*/*"
57
53
],
63
59
"__chrome__chrome_style" : false ,
64
60
"__firefox|opera__browser_style" : false
65
61
}
66
- }
62
+ }
You can’t perform that action at this time.
0 commit comments