Examine source code of Sum Tabs

Inspect and view changes in Sum Tabs 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": "Sum Tabs",
  "version": "1.1resigned1",
  "description": "Adds a button with the number of tabs to your toolbar",
  "icons": {
    "128": "icon/tab-counter-icon.svg"
  },
  "browser_action": {
    "default_icon": "icon/tab-counter-icon.svg",
    "default_popup": "popup/tab_counter.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{7d2b5a89-40aa-4f7c-b8c8-8013a3be8abe}"
    }
  }
}