Examine source code of Toggl Button: Planfix edition

Inspect and view changes in Toggl Button: Planfix edition 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
{
  "applications": {
    "gecko": {
      "id": "toggl-button-planfix@viasite.ru",
      "strict_min_version": "50.0"
    }
  },
  "name": "Toggl Button: Planfix edition",
  "short_name": "Toggl Button: Planfix edition",
  "version": "1.10.2.4",
  "manifest_version": 2,
  "description": "Fork of Toggl Button extenstion for using it with planfix.ru",
  "background": {
    "scripts": [
      "scripts/lib.js",
      "scripts/db.js",
      "scripts/ga.js",
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "19": "images/inactive-19.png",
      "38": "images/inactive-38.png"
    },
    "default_popup": "html/popup.html",
    "default_title": "Toggl Time Tracker"
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "options_ui": {
    "page": "html/settings.html"
  },
  "permissions": [
    "*://*.toggl.com/*",
    "*://toggl.com/*",
    "webRequest",
    "webRequestBlocking",
    "alarms",
    "contextMenus",
    "notifications",
    "idle",
    "tabs",
    "*://*/"
  ]
}