Examine source code of RAViN Serial App

Inspect and view changes in RAViN Serial App 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": "RAViN Serial App",
  "description": "RAViN Serial Application 4 POS System",
  "version": "1.9",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "externally_connectable": {
    "matches": [
      "*://*.iravin.com/*",
      "*://*.pos4cloud.com/*"
    ]
  },
  "permissions": [
    "serial"
  ],
  "icons": {
    "16": "calculator-16.png",
    "128": "calculator-128.png"
  }
}