21 lines
344 B
JSON
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"
|
|
}
|
|
} |