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, "name": "TweakPass: Free Password Manager", "description": "Manage your passwords on a single click", "version": "2.0.5", "action": { "default_icon": { "19": "common\/logo\/logo-gray-19.png", "38": "common\/logo\/logo-gray-38.png" }, "default_popup": "common\/html\/popup.html", "default_title": "TweakPass" }, "icons": { "16": "common\/logo\/logo-16.png", "32": "common\/logo\/logo-32.png", "48": "common\/logo\/logo-48.png", "128": "common\/logo\/logo-128.png" }, "permissions": [ "storage", "webNavigation", "tabs", "activeTab", "contextMenus", "notifications" ], "host_permissions": [ "*:\/\/*\/*", "<all_urls>" ], "background": { "service_worker": "common\/js\/background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "common\/js\/jquery.min.js", "common\/js\/defiant.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*", "<all_urls>" ], "run_at": "document_start", "content_security_policy": "script-src 'self'" }, { "all_frames": true, "js": [ "common\/js\/inject.js", "common\/js\/psl.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*", "<all_urls>" ], "run_at": "document_end", "content_security_policy": "script-src 'self'" } ], "externally_connectable": { "matches": [ "*:\/\/vault.tweakpass.com\/*", "*:\/\/tweakpass.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "common\/logo\/icon-16.png", "common\/html\/DialogListSites.html", "common\/html\/DialogSavePopup.html" ], "matches": [ "<all_urls>" ] } ] }