2023-06-25 11:08:38 +01:00

21 lines
344 B
JSON

{
"manifest_version": 2,
"name": "Request Manipulator",
"version": "1.0",
"description": "Allows manipulating requests",
"permissions": [
"webRequest",
"webRequestBlocking",
"<all_urls>"
],
"background": {
"scripts": ["background.js"]
},
"browser_action": {
"default_title": "Request Manipulator"
}
}