Inspect and view changes in RESTBolt source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "RESTBolt",
"description": "RESTBolt is a browser extension to work on http(s) requests.",
"version": "1.0.5",
"icons": {
"32": "img/icon32.png",
"64": "img/icon64.png"
},
"applications": {
"gecko": {
"id": "@restbolt",
"strict_min_version": "57.0"
}
},
"background": {
"scripts": [
"js/background.js"
]
},
"permissions": [
"tabs",
"http://*/",
"http://*/*",
"https://*/",
"https://*/*",
"storage"
],
"browser_action": {
"default_icon": "img/icon32.png",
"default_title": "RESTBolt"
},
"content_security_policy": "default-src 'self'; connect-src *; script-src 'self'; style-src 'self' * blob: data: 'unsafe-inline'; img-src 'self' * data:;"
} Best RESTBolt Alternatives
Here are some Firefox add-ons that are similar to RESTBolt: