Examine source code of IADB Launchpad

Inspect and view changes in IADB Launchpad 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": "IADB Launchpad",
  "version": "0.0.5",
  "description": "Use IADB launcher to get quick access to your website and your admin, as well as some useful functions tied into your admin.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "homepage_url": "https://www.iadb.com",
  "browser_action": {
    "default_icon": {
      "19": "icons/icon19.png"
    },
    "default_popup": "popup/popup.html",
    "default_title": "IADB Launchpad"
  },
  "background": {
    "scripts": [
      "popup/js/jquery-2.1.3.min.js",
      "js/chrome-storage.js",
      "js/background.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2
}