Inspect and view changes in Reddit Downvote Sort source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Reddit Downvote Sort",
"description": "Sort Reddit comments by most downvoted first.",
"version": "1.0",
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"action": {
"default_icon": {
"16": "images/downvote-grey-16.png",
"48": "images/downvote-grey-48.png",
"128": "images/downvote-grey-128.png"
}
}
}