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",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.2.0",
"permissions": [
"tabs",
"cookies",
"clipboardRead"
],
"host_permissions": [
"*:\/\/*.zoho.com\/*",
"*:\/\/*.zoho.jp\/*",
"*:\/\/*.zoho.eu\/*",
"*:\/\/*.zoho.com.cn\/*",
"*:\/\/*.zoho.in\/*",
"*:\/\/*.zohocloud.ca\/*",
"*:\/\/*.zoho.sa\/*",
"*:\/\/*.zoho.com.au\/*",
"*:\/\/*.zoho.ae\/*",
"*:\/\/*.vanihq.in\/*",
"*:\/\/*.vanihq.sa\/*",
"*:\/\/*.vanihq.eu\/*",
"*:\/\/*.vanihq.ca\/*",
"*:\/\/*.vanihq.com.au\/*",
"*:\/\/*.vanihq.com\/*",
"*:\/\/*.vanihq.ae\/*"
],
"action": {
"default_title": "__MSG_appName__",
"default_icon": "images\/vani_64.png",
"default_popup": "document-popup.html"
},
"icons": {
"64": "images\/vani_64.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.vanihq.com\/*",
"https:\/\/*.vanihq.in\/*",
"https:\/\/*.vanihq.sa\/*",
"https:\/\/*.vanihq.eu\/*",
"https:\/\/*.vanihq.ca\/*",
"https:\/\/*.vanihq.com.au\/*",
"https:\/\/*.vani.work\/*",
"https:\/\/*.vanihq.ae\/*"
],
"js": [
"js\/vani.inject.js"
],
"all_frames": true
}
],
"manifest_version": 3,
"incognito": "split"
}