Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "API Tester - REST Client Testing Tool",
"default_locale": "en",
"description": "Free REST API Tool, Use it to develop, test, debug RESTful APIs and HTTP request & REST services in Google Chrome Web Store.",
"version": "1.4.0",
"action": {
"default_title": "API Tester - REST Client Testing Tool",
"default_icon": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
}
},
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"host_permissions": [
"https:\/\/*\/",
"http:\/\/*\/"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
},
"permissions": [
"storage",
"alarms",
"unlimitedStorage",
"declarativeNetRequest"
]
}