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__", "version": "1.1.0", "description": "__MSG_appDescription__", "manifest_version": 3, "default_locale": "en", "offline_enabled": false, "permissions": [ "activeTab", "storage", "webNavigation", "tabs", "windows", "unlimitedStorage", "scripting" ], "host_permissions": [ "https:\/\/*.zoho.com\/*", "https:\/\/*.zoho.eu\/*", "https:\/\/*.zoho.in\/*", "https:\/\/*.zoho.com.au\/*", "https:\/\/*.zoho.jp\/*", "https:\/\/*.zohocloud.ca\/*", "https:\/\/*.zoho.sa\/*", "https:\/\/*.zoho.uk\/*", "https:\/\/*.zoho.com.cn\/*" ], "background": { "service_worker": "js\/chrome-background.js" }, "action": { "default_icon": { "16": "images\/rpa-logo-16.png", "32": "images\/rpa-logo-32.png", "48": "images\/rpa-logo-48.png", "128": "images\/rpa-logo-128.png" }, "default_title": "Zoho RPA" }, "icons": { "16": "images\/rpa-logo-16.png", "32": "images\/rpa-logo-32.png", "48": "images\/rpa-logo-48.png", "128": "images\/rpa-logo-128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "match_origin_as_fallback": true, "js": [ "js\/public\/rpa-constant.js", "js\/content-script.js", "js\/jquery-3.2.1.min.js", "js\/public\/locator.js" ], "css": [ "css\/inspector.css" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "images\/rpa-logo.png", "images\/rpa-logo-white.svg", "images\/sprite-img.svg", "images\/success-tick.svg", "images\/tick.png", "images\/stop.svg", "images\/pause.svg", "images\/play.svg", "css\/fonts\/Zoho_Puvi_Regular.eot", "css\/fonts\/Zoho_Puvi_Regular.woff" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "default-src 'self'" } }