Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Aug 05, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Authenticator", "version": "1.0", "description": "Generate TOTP codes like Google Authenticator.", "permissions": [ "storage", "clipboardWrite" ], "action": { "default_popup": "popup.html", "default_title": "Authenticator", "default_icon": { "16": "icons\/gauth16.png", "48": "icons\/gauth48.png", "128": "icons\/gauth128.png" } }, "background": { "service_worker": "background.bundle.js" }, "icons": { "16": "icons\/gauth16.png", "48": "icons\/gauth48.png", "128": "icons\/gauth128.png" } }