Files
proxy_cursor_regv206/kdl_Chromium_Proxy/manifest.json
huangzhenpc 89c5fd4cf9 first commit
2025-03-11 15:52:54 +08:00

21 lines
633 B
JSON

{
"version": "1.0.0",
"manifest_version": 2,
"name": "kdl_Chromium_Proxy",
"permissions": [
"proxy",
"tabs",
"unlimitedStorage",
"storage",
"<all_urls>",
"webRequest",
"webRequestBlocking",
"browsingData"
],
"background": {
"scripts": ["background.js"]
},
"minimum_chrome_version":"22.0.0"
}