Examine source code of Next Tech

Inspect and view changes in Next Tech 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": "Next Tech",
  "description": "Quickly launch a Next Tech sandbox from anywhere on the web!",
  "version": "0.0.0.1",
  "browser_action": {
    "default_icon": "./images/NextTech_mark_transparent48.png",
    "default_title": "Next Tech",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "./images/NextTech_mark_transparent16.png",
    "48": "./images/NextTech_mark_transparent48.png"
  },
  "permissions": []
}