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, "minimum_chrome_version": "102.0", "name": "IDX Password Manager", "author": "Identity Theft Guard Solutions, Inc.", "description": "IDX Password Manager streamlines your web login experience, allowing you to access any website with just a single click.", "homepage_url": "https:\/\/idx.us", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "version": "6.0.1", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "\/content\/fonts\/fonts\/*.woff2", "\/content\/fonts\/css\/*.css", "\/content\/fontawesome\/webfonts\/*.woff", "\/content\/fontawesome\/webfonts\/*.woff2", "\/content\/fontawesome\/webfonts\/*.eot", "\/content\/fontawesome\/webfonts\/*.svg", "\/content\/fontawesome\/webfonts\/*.ttf", "\/content\/fontawesome\/css\/*.css", "\/pop.html", "\/websitetraining.html", "\/loginsaveform.html", "\/adminpreferences.html", "\/inlinefieldpop.html", "\/messagewindow.html", "\/loginreminder.html", "\/privacyconsent.html" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "action": { "default_icon": "images\/icon.png", "default_popup": "pop.html", "default_title": "IDX Password Manager" }, "background": { "service_worker": "scripts\/background.js", "events": [ { "name": "onActivated" }, { "name": "onUpdated" }, { "name": "onRemoved" } ] }, "content_scripts": [ { "match_about_blank": true, "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/core\/jquery.js", "\/core\/web.config.js", "\/core\/language.js", "\/core\/jquery.crypto.aes.js", "\/core\/dom-purify.js", "\/core\/ion.rangeSlider.js", "\/core\/hashes.js", "\/foundation\/passwordrating.js", "\/foundation\/passwordrating-banlist.js", "\/foundation\/passwordgenerator.js", "\/foundation\/formdetection.js", "\/foundation\/formfilllogic-v1.js", "\/foundation\/formfilllogic-v2.js", "\/foundation\/formfilllogic-v3.js", "\/foundation\/formfilllogic-v5.js", "\/foundation\/client-specific.js", "\/scripts\/common.js", "\/scripts\/common-dom.js", "\/scripts\/content.js", "\/scripts\/mobile-specific.js", "\/scripts\/websitetraining.js", "\/scripts\/inlinefieldpop.js", "\/scripts\/adminpreferences.js", "\/scripts\/loginreminder.js" ], "css": [ "\/content\/fonts\/css\/fonts.css", "\/content\/fontawesome\/css\/all.min.css", "\/content\/AppTheme.Enterprise.css", "\/content\/ion.rangeSlider.css", "\/content\/global.css", "\/content\/content.css" ] } ], "incognito": "not_allowed", "permissions": [ "tabs", "activeTab", "storage", "notifications" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }