Organize Downloads by Date and Category

Organize Downloads by Date and Category

Organizes your download folder by date and category. Example: YEAR/MONTH/DAY/CATEGORY/FILE

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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
}