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": "Zoho Mail Bookmarks",
"version": "2.0.4",
"description": "Effortlessly save and organize bookmarks in Zoho Mail.",
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": {
"16": "src\/images\/icon16.png",
"32": "src\/images\/icon32.png",
"48": "src\/images\/icon48.png",
"96": "src\/images\/icon96.png",
"128": "src\/images\/icon128.png"
}
},
"icons": {
"16": "src\/images\/icon16.png",
"32": "src\/images\/icon32.png",
"48": "src\/images\/icon48.png",
"96": "src\/images\/icon96.png",
"128": "src\/images\/icon128.png"
},
"permissions": [
"activeTab",
"storage",
"tabs",
"scripting",
"contextMenus",
"cookies",
"tabGroups"
],
"host_permissions": [
"https:\/\/*.zoho.com\/*",
"https:\/\/*.zoho.eu\/*",
"https:\/\/*.zoho.in\/*",
"https:\/\/*.zoho.com.au\/*",
"https:\/\/*.zoho.com.cn\/*",
"https:\/\/*.zoho.sa\/*",
"https:\/\/*.zoho.jp\/*",
"https:\/\/*.zohocloud.ca\/*",
"https:\/\/*.zoho.ae\/*"
],
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-CSy_f5hR.js"
],
"matches": [
"https:\/\/*.zoho.com\/*",
"https:\/\/*.zoho.eu\/*",
"https:\/\/*.zoho.in\/*",
"https:\/\/*.zoho.com.au\/*",
"https:\/\/*.zoho.com.cn\/*",
"https:\/\/*.zoho.sa\/*",
"https:\/\/*.zoho.jp\/*",
"https:\/\/*.zohocloud.ca\/*",
"https:\/\/*.zoho.ae\/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"src\/pages\/options\/index.html",
"src\/pages\/popup\/index.html",
"src\/content-scripts\/index.ts"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/*.zoho.ae\/*",
"https:\/\/*.zoho.com.au\/*",
"https:\/\/*.zoho.com.cn\/*",
"https:\/\/*.zoho.com\/*",
"https:\/\/*.zoho.eu\/*",
"https:\/\/*.zoho.in\/*",
"https:\/\/*.zoho.jp\/*",
"https:\/\/*.zoho.sa\/*",
"https:\/\/*.zohocloud.ca\/*"
],
"resources": [
"assets\/browser-polyfill-D5Rv46xb.js",
"assets\/index.ts-DsIgxGBJ.js"
],
"use_dynamic_url": false
}
],
"browser_specific_settings": {
"gecko": {
"id": "{6a965d71-4542-41b2-b8db-47fe52b558b9}",
"strict_min_version": "112.0"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
}
}