Examine source code of Booksorter

Inspect and view changes in Booksorter 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",
  "name": "Booksorter",
  "version": "1.3.2",
  "description": "Sort your bookmarks automatically by selecting a sorting rule for each folder.",
  "permissions": [
    "background",
    "bookmarks",
    "storage"
  ],
  "options_page": "options/options.html",
  "minimum_chrome_version": "92",
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "action": {
    "default_title": "Booksorter Settings"
  },
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "manifest_version": 3
}