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": "Download History", "version": "1.0", "manifest_version": 3, "permissions": [ "history", "downloads" ], "icons": { "16": "History icon small.png", "48": "History icon medium.png", "128": "History icon large.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html" } }