Oversort

Oversort

Oversort - sorting episodes in the Overcast webplayer by date. Most recent on top.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Oversort",
  "manifest_version": 2,
  "version": "0.1",
  "description": "Oversort - sorting episodes in the Overcast webplayer by date. Most recent on top.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://overcast.fm/podcasts"
      ],
      "js": [
        "jquery-2.1.1.min.js",
        "jquery.tinysort.min.js",
        "oversort.user.js"
      ]
    }
  ],
  "homepage_url": "http://liberationtech.net/blog/oversort-date-sorted-episodes-in-the-overcast-web-player/"
}