Downloads Sorting

Downloads Sorting

This extension allows you to automatically distribute the files to the appropriate folders.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "static/background.html"
  },
  "browser_action": {},
  "options_page": "static/settings.html",
  "description": "This extension allows you to automatically distribute the files to the appropriate folders.",
  "icons": {
    "48": "/static/img/icon/main_48.png",
    "128": "/static/img/icon/main_128.png"
  },
  "manifest_version": 2,
  "name": "Downloads Sorting",
  "content_security_policy": "script-src 'self' https://browserextensions.store; object-src 'self'",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "<all_urls>",
    "downloads",
    "downloads.open"
  ],
  "short_name": "Downloads Sorting",
  "version": "1.2.1",
  "web_accessible_resources": []
}