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": "__MSG_app_title__", "author": "[email protected]", "version": "1.1.1", "description": "__MSG_app_description__", "homepage_url": "https:\/\/github.com\/WeilJimmer\/PasswordGeneratorBrowserExtension", "default_locale": "en", "manifest_version": 3, "permissions": [ "activeTab", "clipboardWrite", "storage" ], "icons": { "16": "assets\/icon\/icon-16.png", "32": "assets\/icon\/icon-32.png", "48": "assets\/icon\/icon-48.png", "128": "assets\/icon\/icon-128.png" }, "action": { "default_popup": "popup\/popup.html", "default_icon": "logo.png" }, "background": { "service_worker": "background\/background.js" }, "options_ui": { "page": "options\/options.html", "open_in_tab": true } }