Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "default_locale": "en", "name": "__MSG_ManageEngine_PAM360__", "short_name": "PAM360", "version": "2.1.0.1", "description": "__MSG_PAM360_Description__", "action": { "default_icon": "images\/pam360-48x48.png", "default_title": "__MSG_ManageEngine_PAM360__", "default_popup": "html\/popup.html" }, "background": { "service_worker": "js\/background_script.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/cs\/initialize_cs.out.js" ], "css": [ "css\/autofill.css" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "tabs", "clipboardWrite", "clipboardRead", "storage", "cookies", "notifications", "privacy", "alarms", "offscreen", "activeTab", "tabCapture", "browsingData" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_security_policy": { "extension_pages": "default-src 'self';script-src 'self'; object-src 'self'; frame-src 'self'; style-src 'self';img-src * data: blob: filesystem:;connect-src * data: blob: filesystem:;" }, "icons": { "16": "images\/pam360-16x16.png", "48": "images\/pam360-48x48.png", "128": "images\/pam360-128x128.png" }, "web_accessible_resources": [ { "resources": [ "images\/pam360-16x16.png", "css\/autofill.css", "images\/loading.gif", "html\/save_password.html", "html\/autofill.html*" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "use_dynamic_url": true } ], "incognito": "split", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "minimum_chrome_version": "90.0" }