Examine source code of Checkmarks

Inspect and view changes in Checkmarks 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
{
  "manifest_version": 2,
  "name": "Checkmarks",
  "description": "Checks, sorts, formats bookmarks and loads favicons.",
  "version": "1.6.1",
  "icons": {
    "48": "assets/images/logo.svg",
    "96": "assets/images/logo.svg"
  },
  "sidebar_action": {
    "default_icon": "assets/images/icon-light.svg",
    "default_title": "Checkmarks",
    "default_panel": "sidebar/checkmarks-sidebar.html"
  },
  "options_ui": {
    "page": "options/checkmarks-options.html",
    "browser_style": true
  },
  "permissions": [
    "<all_urls>",
    "bookmarks",
    "browsingData",
    "storage",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking"
  ]
}