Examine source code of ThingLink

Inspect and view changes in ThingLink 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": "ThingLink",
  "description": "Make media come alive.",
  "app": {
    "urls": [
      "http://www.thinglink.com/"
    ],
    "launch": {
      "web_url": "http://www.thinglink.com/"
    }
  },
  "author": "ThingLink",
  "manifest_version": 2,
  "version": "1.0",
  "icons": {
    "128": "icon.png"
  }
}