Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.1.1",
"permissions": [
"alarms",
"cookies",
"contextMenus",
"storage",
"unlimitedStorage",
"notifications",
"clipboardWrite",
"clipboardRead",
"background",
"downloads",
"downloads.open"
],
"host_permissions": [
"*:\/\/*.zoho.com\/*",
"*:\/\/*.zoho.jp\/*",
"*:\/\/*.zoho.eu\/*",
"*:\/\/*.zoho.com.cn\/*",
"*:\/\/*.zoho.in\/*",
"*:\/\/*.zohocloud.ca\/*",
"*:\/\/*.zoho.sa\/*",
"*:\/\/*.zoho.com.au\/*"
],
"action": {
"default_title": "__MSG_appName__",
"default_popup": "html\/zshow.html",
"default_icon": "images\/show_logo_mini.png"
},
"icons": {
"64": "images\/show_logo_mini.png"
},
"background": {
"service_worker": "showextension.min.js"
},
"web_accessible_resources": [
{
"resources": [
"html\/inject.html",
"images\/show-logo.svg"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"extension_ids": []
}
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"css": [
"styles\/zshow.inject.css"
],
"js": [
"js\/zshow.inject.js"
]
}
],
"manifest_version": 3,
"incognito": "split"
}