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": "Manage New Downloads", "version": "1.5", "manifest_version": 3, "description": "This extension will help you to manage your download files", "icons": { "128": "icon128.png" }, "action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Download Manager by Mohsin", "default_popup": "popup.html" }, "background": { "Service_worker": "background.js" }, "default_locale": "en", "permissions": [ "downloads", "downloads.open", "downloads.shelf" ] }