Examine source code of QR Code & NFC Asset & Inventory Tracking

Inspect and view changes in QR Code & NFC Asset & Inventory Tracking 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": "QR Code & NFC Asset & Inventory Tracking",
  "description": "This app enables you to track and manage fixed assets or inventory. It comes with a smartphone app that scans barcodes, QRs and NFC.",
  "short_name": "Asset & Inventory Tracker",
  "version": "1.0.0.2",
  "manifest_version": 3,
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "https://ai.ventipix.com/?src=chrome"
    ],
    "launch": {
      "web_url": "https://ai.ventipix.com/?src=chrome"
    }
  }
}