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", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlEkgVmWh\/af\/4MZH3AYVE6G8brVFiab0sJmgNJiFMsleJdo3JZSrt1mph6lAtwRy61epy8lR2JUQ9R1I0U2AyFeEUyoQCzRYhJkoOSlowUf3CIZ0vnmAEXGLaWlgZGSVhMseHxy\/S\/y\/OEjgpvkjP5t1hOktqEGRdYG9UH5irhxAsRrSrI\/GrZvngX\/0TeKeKH\/LHKtWA6m5Zcl\/3mLNvx2ToxtbYG8hkxYPL04iXjncATg7I6c6+UB6HmaykiG7z6iCnGu2Mh2vslJFfqUKkPJ\/6m\/0fiIYlOph\/MRfAS10VC2R+ApxjIJ5higXMt807SYzrT1Baq\/RYiZeN7w3XQIDAQAB", "name": "__MSG_extensionName__", "version": "1.0.33", "description": "__MSG_extensionDescription__", "manifest_version": 3, "default_locale": "en", "permissions": [ "storage", "cookies", "tabs", "identity", "scripting" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background-scripts\/background.js" }, "action": { "default_popup": "views\/popup.htm", "default_icon": { "16": "images\/ppass-icon-grey-16_solid.png", "32": "images\/ppass-icon-grey-32.png", "48": "images\/ppass-icon-grey-48.png", "128": "images\/ppass-icon-grey-128.png" } }, "icons": { "16": "images\/ppass-transparent-icon-16.png", "32": "images\/ppass-transparent-icon-32.png", "48": "images\/ppass-transparent-icon-48.png", "128": "images\/ppass-transparent-icon-128.png" }, "web_accessible_resources": [ { "resources": [ "jquery.js", "images\/*", "styles\/*", "views\/*", "styles\/fonts\/*", "bootstrap-4.5.2-dist\/*\/*" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "styles\/ppass-page-styles.css" ], "js": [ "jquery.js", "messages\/iframe-change-response.js", "messages\/login-captured-message.js", "messages\/get-settings-request.js", "messages\/inject-scripts-message.js", "messages\/credential-password-request.js", "content-scripts\/validate.js", "content-scripts\/prompt-manager.js", "content-scripts\/injector.js" ] } ] }