Examine source code of LT Locker

Inspect and view changes in LT Locker 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",
  "manifest_version": 2,
  "name": "LT Locker",
  "version": "1.2.0",
  "version_name": "Locker",
  "description": "Unofficial Extension For Links To Go To Websites For School",
  "icons": {
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "images/icon128.png"
    },
    "default_title": "LT Locker",
    "default_popup": "dist/index.html"
  },
  "author": "Jordan Molina molina.jordan@ltisdschools.net",
  "homepage_url": "https://www.ltisdschools.org",
  "incognito": "spanning",
  "minimum_chrome_version": "46",
  "permissions": [
    "tabs"
  ],
  "short_name": "locker"
}