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": "Zia Search from Zoho",
"version": "1.5.2",
"description": "Search across 20+ Zoho Apps like Mail, Cliq, CRM, Docs, Notebook, Desk, Books in one go",
"manifest_version": 3,
"action": [],
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"cookies",
"contextMenus",
"storage",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self' ; object-src 'self'; frame-src https:\/\/www.youtube.com https:\/\/app.zohocreator.com https:\/\/app.zohocreator.eu https:\/\/app.zohocreator.jp https:\/\/app.zohocreator.in https:\/\/app.zohocreator.com.cn https:\/\/app.zohocreator.com.au https:\/\/files.zohopublic.com https:\/\/files.zohopublic.in https:\/\/files.zohopublic.eu https:\/\/files.zohopublic.jp https:\/\/files.zohopublic.com.cn https:\/\/files.zohopublic.com.au https:\/\/zohohelp.com https:\/\/ziasearch.zohosites.com https:\/\/*.sharepoint.com https:\/\/app.box.com https:\/\/*.zoho.com https:\/\/*.zoho.eu https:\/\/*.zoho.jp https:\/\/*.zoho.com.cn https:\/\/*.zoho.in https:\/\/*.zoho.com.au; img-src * data: blob:; default-src 'self' https:\/\/*.zoho.com https:\/\/*.zoho.eu https:\/\/*.zoho.jp https:\/\/*.zoho.com.cn https:\/\/*.zoho.in https:\/\/*.zoho.com.au https:\/\/*.zohocdn.com https:\/\/*.zohocdn.com.cn https:\/\/www.zohowebstatic.com; font-src 'self' https:\/\/webfonts.zoho.com https:\/\/static.zohocdn.com; style-src * 'unsafe-inline'"
},
"web_accessible_resources": [
{
"resources": [
"*.png",
"*.svg",
"*.gif",
"\/images\/*",
"\/css\/*",
"\/js\/*",
"*.ttf",
"*.woff",
"zia.html"
],
"matches": [
"<all_urls>"
],
"extension_ids": []
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/contentscript.js"
]
}
],
"icons": {
"16": "images\/ZiaSearch-16.png",
"48": "images\/ZiaSearch-48.png",
"128": "images\/ZiaSearch-128.png"
}
}