File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -94,21 +94,23 @@ def create_proxy_ext(
94
94
manifest_json = (
95
95
"""{\n """
96
96
""""version": "1.0.0",\n """
97
- """"manifest_version": 2 ,\n """
97
+ """"manifest_version": 3 ,\n """
98
98
""""name": "Chrome Proxy",\n """
99
99
""""permissions": [\n """
100
100
""" "proxy",\n """
101
101
""" "tabs",\n """
102
102
""" "unlimitedStorage",\n """
103
103
""" "storage",\n """
104
- """ "<all_urls>",\n """
105
104
""" "webRequest",\n """
106
- """ "webRequestBlocking"\n """
105
+ """ "webRequestAuthProvider"\n """
106
+ """],\n """
107
+ """"host_permissions": [\n """
108
+ """ "<all_urls>"\n """
107
109
"""],\n """
108
110
""""background": {\n """
109
- """ "scripts ": [ "background.js"] \n """
111
+ """ "service_worker ": "background.js"\n """
110
112
"""},\n """
111
- """"minimum_chrome_version":"22 .0.0"\n """
113
+ """"minimum_chrome_version":"88 .0.0"\n """
112
114
"""}"""
113
115
)
114
116
abs_path = os .path .abspath ("." )
You can’t perform that action at this time.
0 commit comments