Sort Your Files

Sort Your Files

The best way to keep your download folder sorted

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sort Your Files",
  "description": "The best way to keep your download folder sorted",
  "version": "0.4",
  "author": " by Rednet.io",
  "minimum_chrome_version": "26.0.1428",
  "permissions": [
    "downloads",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "pertinence": true
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_title": "Google Mail",
    "default_popup": "background.html"
  },
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "options_page": "options.html",
  "manifest_version": 2
}