{
"manifest_version": 3,
"name": "SetupVPN - Lifetime Free VPN",
"description": "Unblock any blocked website in your country, school, or company. It's free and easy to use.",
"version": "3.11.9",
"icons": {
"128": "images/setupvpn-128.png"
},
"background": {
"service_worker": "js/background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "images/setupvpn-48-grey.png"
},
"permissions": [
"storage",
"proxy",
"notifications",
"webRequest",
"webRequestBlocking",
"activeTab",
"management"
],
"host_permissions": [
"<all_urls>"
]
}
Error : 'webRequestBlocking' requires manifest version of 2 or lower.