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": "Google One for Chrome", "version": "1.0.1", "description": "Google One app lets you automatically back up your phone and manage your Google cloud storage", "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/one.google.com\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" } }