Examine source code of TinkerCode Monitor

Inspect and view changes in TinkerCode Monitor 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": "TinkerCode Monitor",
  "description": "Display data from Serial Port",
  "version": "1.0",
  "author": "Fauzan Khairi Che Harun",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ],
      "persistent": false
    }
  },
  "icons": {
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "serial",
    "fullscreen"
  ]
}