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": "ZenFS Viewer",
"description": "Viewer for ZenFS in Chrome Devtools",
"version": "0.1.3",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"action": {
"default_title": "ZenFS Viewer"
},
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"permissions": [
"scripting",
"tabs"
],
"web_accessible_resources": [
{
"resources": [
"\/main-world-content.js",
"\/isolation-world-content.js",
"\/iframe-content.html"
],
"matches": [
"<all_urls>"
]
}
],
"devtools_page": "devtools.html",
"options_ui": {
"page": "options.html"
}
}