Examine source code of Group Your Tabs

Inspect and view changes in Group Your 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "short_name": "__MSG_shortName__",
  "description": "__MSG_description__",
  "version": "1.7",
  "author": "Vitaliy Potapov",
  "manifest_version": 2,
  "homepage_url": "https://chrome.google.com/webstore/detail/group-your-tabs/chaoejepfhlcelgpicelfccoiojpiofn",
  "default_locale": "en",
  "permissions": [
    "tabs",
    "storage",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": {
      "19": "img/kpager-19.png",
      "38": "img/kpager-38.png"
    }
  },
  "icons": {
    "16": "img/kpager-16.png",
    "48": "img/kpager-48.png",
    "128": "img/kpager-128.png"
  },
  "background": {
    "scripts": [
      "bg/utils.js",
      "bg/debug.js",
      "bg/storage.js",
      "bg/onmessage.js",
      "bg/onupdate.js",
      "bg/serp.js",
      "bg/rarely.js",
      "bg/opened-pages.js",
      "bg/background.js",
      "bg/context-menu.js",
      "bg/button.js"
    ],
    "persistent": true
  },
  "options_page": "options/options.html"
}