Download Organizer for Google Chrome™

Download Organizer for Google Chrome™

Allows you to filter downloads into folders based off of website url's and file types.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Download Organizer for Google Chrome™",
  "description": "Allows you to filter downloads into folders based off of website url's and file types.",
  "version": "0.1.6.1",
  "minimum_chrome_version": "26.0.1428",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "bg.js"
    ],
    "persistent": false
  },
  "permissions": [
    "downloads",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_title": "Options",
    "default_icon": "SigIconLightBlue16.png"
  },
  "icons": {
    "16": "SigIconLightBlue16.png",
    "48": "SigIconLightBlue48.png",
    "128": "SigIconLightBlue128.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "manifest_version": 2
}