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", "name": "Password Generator", "version": "0.0.2", "manifest_version": 3, "description": "Generate random passwords with a single click.", "icons": { "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "action": { "default_popup": "\/popup\/popup.html" }, "homepage_url": "https:\/\/password-generator.in\/extension-guide\/", "background": { "service_worker": "sw.js" }, "permissions": [ "storage", "contextMenus" ], "options_page": "\/options\/options.html", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ] }