Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"version": "1.10.2",
"default_locale": "en",
"background": {
"service_worker": "js\/bground.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"permissions": [
"cookies",
"storage",
"contextMenus"
],
"host_permissions": [
"https:\/\/gadgets.zoho.com\/",
"https:\/\/gadgets.zoho.eu\/",
"https:\/\/gadgets.zoho.in\/",
"https:\/\/gadgets.zoho.com.au\/",
"https:\/\/gadgets.zoho.jp\/",
"https:\/\/gadgets.zoho.uk\/",
"https:\/\/gadgets.zohocloud.ca\/",
"https:\/\/gadgets.zoho.sa\/",
"https:\/\/gadgets.zoho.ae\/",
"https:\/\/www.zoho.com\/billing\/login\/",
"https:\/\/www.zoho.com\/",
"https:\/\/www.zoho.eu\/",
"https:\/\/www.zoho.in\/",
"https:\/\/www.zoho.com.au\/",
"https:\/\/www.zoho.jp\/",
"https:\/\/www.zoho.uk\/",
"https:\/\/www.zohocloud.ca\/",
"https:\/\/www.zoho.sa\/",
"https:\/\/www.zoho.ae\/"
],
"icons": {
"16": "image\/Invoice-16.png",
"32": "image\/Invoice-32.png",
"128": "image\/Invoice-128.png"
},
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Alt+Shift+B",
"mac": "Alt+Shift+B",
"chromeos": "Alt+Shift+B",
"linux": "Alt+Shift+B"
}
}
},
"action": {
"default_icon": {
"16": "image\/Invoice-16.png",
"32": "image\/Invoice-32.png",
"128": "image\/Invoice-128.png"
},
"default_popup": "index.html"
},
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"web_accessible_resources": [
{
"resources": [
"js\/mainmenu.js",
"css\/styles.css",
"js\/bootstrap.min.js",
"image\/Invoice-timer.png",
"image\/Invoice-128.png",
"image\/Invoice-32.png",
"image\/Invoice-16.png",
"css\/datepicker3.min.css",
"css\/bootstrap-datepicker.min.js"
],
"matches": [
"https:\/\/*\/*"
]
}
]
}