Examine source code of Bookmark Current Tab Set

Inspect and view changes in Bookmark Current Tab Set 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": "Bookmark Current Tab Set",
  "version": "0.3.0.2resigned1",
  "description": "Adds options to bookmark all tabs in a window (optionally without opening a dialog) and store them in a new bookmark folder that is given the current date (and optionally the time) as its name.",
  "homepage_url": "https://github.com/jprorama/bcts",
  "icons": {
    "48": "icons/bookmark-it.png",
    "96": "icons/bookmark-it@2x.png"
  },
  "permissions": [
    "bookmarks",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/star-empty-38.png",
    "default_title": "Bookmark Current Tab Set"
  },
  "background": {
    "scripts": [
      "background.js",
      "modules/shared.jsm"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{954c7e28-2cf6-418d-9b4e-006691ca8015}"
    }
  }
}