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": "Password Manager & Generator", "version": "1.0", "description": "A secure password generator and manager. Generate, save, and manage passwords effortlessly.", "permissions": [ "storage", "clipboardWrite", "tabs", "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/logo-1.png", "48": "icons\/logo-1-48.png" } }, "icons": { "16": "icons\/logo-1.png", "48": "icons\/logo-1-48.png" }, "web_accessible_resources": [ { "resources": [ "icons\/*" ], "matches": [ "<all_urls>" ] } ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "popup.js" ], "type": "module" } ] }