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": "__MSG_extensionName__",
"version": "1.2.5",
"version_name": "1.2.5 - License Activation, Title Update, Emoji Cleanup (Feb 10)",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"homepage_url": "https:\/\/www.zovo.one\/api-testing-pro",
"icons": {
"16": "assets\/icons\/icon-16.png",
"32": "assets\/icons\/icon-32.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
},
"action": {
"default_popup": "src\/popup\/index.html",
"default_icon": {
"16": "assets\/icons\/icon-16.png",
"32": "assets\/icons\/icon-32.png",
"48": "assets\/icons\/icon-48.png",
"128": "assets\/icons\/icon-128.png"
},
"default_title": "__MSG_browserActionTitle__"
},
"side_panel": {
"default_path": "src\/sidepanel\/index.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"sidePanel",
"contextMenus",
"storage",
"activeTab"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'none'; base-uri 'none'; frame-ancestors 'none'; form-action 'self'"
}
}