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": "Organize Downloads by Date and Category", "description": "Organizes your download folder by date and category. Example: YEAR\/MONTH\/DAY\/CATEGORY\/FILE", "version": "1.0", "permissions": [ "downloads", "storage" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "manifest_version": 3 }